I learned Java and C at school, I learned Python by myself and it was a relief. After 8 years working and doing side projects in Python and JavaScript (mostly web dev, Django/Flask/AngularJS/Vuejs), I am not satisfied anymore by the overall experience so … Read more
Similar
Written by Avy FaingezichtWhere I talk about tech, startups, and economics, plus random thoughts.
Read more »
This list includes the 10 best VS Code extensions that help you develop applications and code faster using Python. (more…)
Read more »
We are excited to share the results of the fourth official Python Developers Survey conducted by the Python Software Foundation with the hel... (more…)
Read more »
Unlike languages like C, much of the time Python will free up memory for you. But sometimes, it won’t work the way you expect it to. Consider the following Python program—how much memory do you think it will use at peak? import numpy as np def load_1GB_of... (more…)
Read more »
In this tutorial we'll dive in Topic Mining. We'll analyze a dataset of newsfeed extracted from more than 60 sources. We'll show how to process it, analyze it and extract visual clusters from it. We'll be using great python tools for interactive visualiza... (more…)
Read more »