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
All the recipes I love, their ingredients and instructions.
Last updated on Jan. 5, 2026
Knowledge cards for curious minds: explore machine learning concepts, techniques and insights.
Last updated on Oct. 10, 2025
Here you will find all the links to stories that are stuck behind the paywall on Medium.
Last updated on July 22, 2025
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]