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
Interactive app that makes use of the MovieLens 1m dataset and finds suggestions based on an alternating least squares (ALS) matrix factorization algorithm.
Last updated on Aug. 23, 2019
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]