How to create a classification model explained as easily as possible.
Author Archives: Michelangiolo Mazzeschi
Empress has been arrested: who is going to crack Denuvo now?
EMPRESS, one of the most notorious DRM crackers, is known to have been arrested. What will be the fate of the Denuvo games?
Can I learn python in 2 months?
In this post, I am going to explain to which steps you need to follow to learn the basic of programming in 2 months.
Article length: 5 mins
Audience: White Belt (Beginner)
How to write recursive functions in Python
Guide on how to write recursive functions from scratch.
Article length: 7 mins
Audience: Green Belt (intermediate)
How to write a class in Python
A simple guide on how to create objects using Python classes.
Article length: 7 mins
Audience: Yellow Belt (beginner)
Is learning code worth it?
Coding changed my life, this is my take on the advantages that you will gain by learning how to code.
Length: 5 minutes
Difficulty: White Belt (beginner)
Run multiple threads on Python
Code explanation on how to run a synchronous multi-thread process using python.
Article length: 5 mins
Difficulty: Green Belt (intermediate)
Schrodinger’s pandas, and how to open the box with Python
How to show the running bar when using an apply function on a pandas DataFrame
Article length: 5 mins
Difficulty: Orange Belt (intermediate)
How to run threads in Python
In this post, I am going to show you how to create and run a thread using the threading python library
Article length: 5 mins
Difficulty: Orange Belt (intermediate)
Understanding how threading works
Difference between single threading, multi-threading, synchronous and asynchronous processes.
Article length: 5 mins
Difficulty: Orange Belt (intermediate)