Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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