31-year old Python enthusiast
Data Scientist at ING Netherlands
Computational Linguistics, University of Groningen
Natural Language Processing
Full stack Web (Python)
PySpark
Sklearn, NLTK, Pandas, Numpy, Scipy
Flask, Django, Javascript, HTML, CSS
Calculate the compounded interest for your DUO study loan.
Last updated on Dec. 8, 2022
A traditional pilgrimage to Santiago de Compostella turned into a Dutch bicycle tour to raise money for KWF with loved ones 💛
Last updated on Oct. 14, 2022
Question-answering bot that uses DialogFlow for the user-interaction and queries Wikidata ontology with SPARQL queries for the answers to your Academy Award questions.
Last updated on Nov. 3, 2019
Python code questions
elements = [1, 'a', 2, 'b', 3, 'c'] elements.reverse() # in-place reversed(elements) # iterator object elements[::-1] # list copy, [start:stop:step]