2023
- 10 May Learn Python by doing. Create simple calculator - Introduction.
- 10 May Step 1 - Install and configure tools
- 10 May Step 2 - Learn how to print data in Terminal
- 10 May Step 3 - Learn how to enter data in Terminal
- 10 May Step 4 - Learn Variables in Python
- 10 May Step 5 - Learn how to merge Strings
- 10 May Step 6 - Learn how to do Math in Python.
- 10 May Step 7.1 - Learn Conditional Statements - the if statement
- 10 May Step 7.2 - Learn Conditional Statements - the else statement
- 10 May Step 7.3 - Learn Conditional Statements - the elif statement
- 10 May Step 8 - Learn Functions
- 10 May Step 9 - Learn the While Loop.