Skip to content

dzooli/pcep_prepare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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