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
Here you will find all the links to stories that are stuck behind the paywall on Medium.
Last updated on July 22, 2025
All the recipes I love, their ingredients and instructions.
Last updated on April 23, 2024
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]