Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzooli/pcep_prepare
Learning and training myself for PCAP certification
https://github.com/dzooli/pcep_prepare
certification learning-by-doing learning-exercise learning-python pcap pcep python
Last synced: 2 days ago
JSON representation
Learning and training myself for PCAP certification
- Host: GitHub
- URL: https://github.com/dzooli/pcep_prepare
- Owner: dzooli
- License: mit
- Created: 2020-06-10T21:26:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T16:50:14.000Z (about 1 month ago)
- Last Synced: 2024-12-24T17:32:33.514Z (about 1 month ago)
- Topics: certification, learning-by-doing, learning-exercise, learning-python, pcap, pcep, python
- Language: Python
- Homepage:
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pcep_prepare
Learning and training myself for PCEP certification
## Git repository
Created for management of the example and lesson codes.
# Modules
## Module 1
- Compiler vs. Interpreter
- Source code
- Python origins
- Python variants (CPython, JPython, PyPy)### Sources
- snake.py
## Module 2
- Operators
- Literals
- Variables
- User input### Keywords
- **positional** arguments
- **keyword** arguments
- **string multiplication**
- print: sep=, end=
- **right-side binding**### Sources
- module2/lab2\_\*.py
## Module 3
- conditional operators
- conditional statements
- loops
- ~array~ and **list** _data structures_
- basic calculations with lists### Keywords
- TBD
### Sources
- module3/lab3\_\*.py
## Module 4
- Exception handling
- Functions### Keywords
- positional parameter
- keyword parameter
- multiple exception as tuple### Sources
- relaunch/2023/src/part1_final_tictactoe.py