This year we are conducting the fourth iteration of the official Python Developers Survey. The goal is to capture the current state of the ... (more…)
Read more »
By dismissing the Python garbage collection (GC) mechanism, which reclaims memory by collecting and freeing unused data, Instagram can run…...
Read more »
As you probably know, the GIL stands for the Global Interpreter Lock, and its job is to make the CPython interpreter thread-safe. The GIL allows... (more…)
Read more »
As part of my quest to learn about AI, I set myself the goal of building a simple neural network in Python. To ensure I truly understand… (more…)
Read more »
The great majority of the projects about machine learning or data analysis I write about here on Bigish-Data have an initial step of scraping data from websites. And since I get a bunch of contact … (more…)
Read more »