- Why python?
- installing python
- Variable, expressions and statements + operators
- Booleans
- if-else
- help()
- homeworks :
- print a sentence
- calculate triangle volume
- print bigger number
- draw simple shape using print
- define functions
- for loops
- while loops
- range function
- homeworks
- prime numbers
- draw complex shape
- Int
- Float & Double
- List
- Strings
- Tuples
- Set
- Dictionaries
- Change data types and casting
- get input from user
- homeworks:
- something
- Modules : Why we use them, what are they and how they work?
- Standard Modules
- Using a Module
- reloading a Module
- datetime module
- random module
- basic list functjions
- basic string functions
- recursion in python
- number guessing
- dice rolling simulator
- rock, paper, scissors
- fibonacci in python