Seminar - PROKODA GmbH
| Termin | Ort | Preis* |
|---|---|---|
| 02.03.2026- 06.03.2026 | München | 2.374,05 € |
| 13.04.2026- 17.04.2026 | Köln | 2.374,05 € |
| 04.05.2026- 08.05.2026 | Nürnberg | 2.374,05 € |
Section 1: Computer Programming and Python Fundamentals
PCEP-30-02 1.1 – Understand fundamental terms and definitions
PCEP-30-02 1.2 – Understand Python’s logic and structure
PCEP-30-02 1.3 – Introduce literals and variables into code and use different numeral systems
PCEP-30-02 1.4 – Choose operators and data types adequate to the problem
Numeric operators: ** * / % // + –
String operators: * +
Assignment and shortcut operators
Unary and binary operators
Priorities and binding
Bitwise operators: ~ & ^ | >
Boolean operators: not, and, or
Boolean expressions
Relational operators ( == != > >=