Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 931 Bytes

README.md

File metadata and controls

70 lines (44 loc) · 931 Bytes

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