32-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
Django deployment with Digitalocean, Nginx and PostgresSQL.
Last updated on Jan. 29, 2023
Spark-Matcher is a scalable entity matching algorithm implemented in PySpark that uses active learning, made available in FastAPI.
Last updated on Jan. 29, 2023
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]