- General info about course
- What we can expect?
- What do we want to achieve?
- How we are going to learn?
- PyCharm, Python instalation
- Intro to command line
- File path
- IDEs features
- Variable assignment
- Variable types
- Variable names
- Order of operations
- Computer memory
- Comments
- What is function?
- What are function elements?
- Defining function VS calling function !!!
- What is function scope?
- Function parameters and arguments
- Controle structures types
- Controle structures parts
- Sequence, condition and iteration logic
- Break, continue, pass
- List
- Tuples
- Dictionary
- Set
- Frozenset
- Mutability of python object
- For loop
- While loop
- Controle structures parts/elements (head, body)