Learning and training myself for PCEP certification
Created for management of the example and lesson codes.
- Compiler vs. Interpreter
- Source code
- Python origins
- Python variants (CPython, JPython, PyPy)
- snake.py
- Operators
- Literals
- Variables
- User input
- positional arguments
- keyword arguments
- string multiplication
- print: sep=, end=
- right-side binding
- module2/lab2_*.py
- conditional operators
- conditional statements
- loops
arrayand list data structures- basic calculations with lists
- TBD
- module3/lab3_*.py
- Exception handling
- Functions
- positional parameter
- keyword parameter
- multiple exception as tuple
- relaunch/2023/src/part1_final_tictactoe.py