It includes 8 slides:
- What is Coding?
- Why Should You Learn Programming?
- Why Python ?
- Writing your first PROGRAM
- Online IDE https://repl.it/languages/python3
- Install this IDE on your computer: Thonny
- The Github link to editor : Thonny Github Link
- Must Watch Section includes two links:
It includes 11 slides:
- Printing Numbers (Code).
- The Operator Precedence.
- Arithmetic Operations (Code)
- Operators such as : modulo(remainder), power, integer-division.
- Single and Multi-line Comments in Python.
- Must Watch Section includes two links:
It includes 8 slides:
- Variables in Python.
- Printing value of variables.
- Naming variables (Dos and Don'ts.
- input() in Python.
It includes 8 slides:
- Taking integer input in Python.
- Converting data types in Python.
- Using comma(,) for multiple arguments in print function.
- Using + to concatenate strings in print command.
- Using \n for new line in Python.