Webinar - PROKODA GmbH
Termin | Ort | Preis* |
---|---|---|
23.06.2025- 27.06.2025 | Nürnberg | 2.255,05 € |
23.06.2025- 27.06.2025 | online | 2.255,05 € |
15.09.2025- 19.09.2025 | online | 2.255,05 € |
15.09.2025- 19.09.2025 | Nürnberg | 2.255,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 ( == != > >=