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)
Tag Archives: learn coding
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)
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)