Python
How to use if else, while and for loops in python?
The if and else clause are used to structure our code with checks for conditions. The if statement is followed...
Read More βOperations in Python
There are many type of different operations using operators in the language: Identity As we manipulate values (using variable), two...
Read More βData types in Python
Now letβs discover data types that we can use to manipulate more data and do more things, such as lists,...
Read More βPython Basics
Letβs quickly explore the first tools and basic syntax rules for a beginner to start using Python. But before that,...
Read More β