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.
It includes 9 slides:
- Booleans (true, false).
- Comparison operators in python.
- Logical operators (or, and) in python.
It includes 9 slides:
- Creating Github account and adding repo
- Indentation in Python
- IF statements
It includes 5 slides:
- IF-ELSE
- IF - ELIF - ELSE
It includes 7 slides:
- TASK
- FOR LOOP
- Make a table of 2
- Address (id)
It includes 3 slides:
- PRACTICING AND PUTTING ALL KNOWLEDGE TOGETHER
It includes 11 slides:
- FOR LOOPS WITH STRING
- INDEXING WITH STRING
- SLICING
- LISTS
- INDEXING WITH LISTS
- FOR LOOP WITH LIST
- ACTIVITY
It includes 5 slides:
- WHILE LOOP
- BREAK AND CONTINUE
It includes IPYNB FILE
- Functions
- Return with functions