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
Explore Data Science concepts, techniques and insights
Last updated on July 16, 2025
View some of the vintage furniture pieces in my house.
Last updated on June 3, 2025
It’s time for a party! Put on your fanciest dress, shine your shoes & get ready to celebrate.
Last updated on Nov. 1, 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]