Track PCEP practice status for Certified Entry-Level Python Programmer, review exam scope, and request IT Mastery coverage.
PCEP is Certified Entry-Level Python Programmer, the Python Institute entry route for candidates who need to prove basic Python syntax, programming concepts, data collections, functions, exceptions, and simple problem solving.
This page tracks the PCEP practice-bank rollout for IT Mastery. Dedicated simulator practice is not live yet, but you can review the snapshot, topic fit, and related programming routes while coverage is being prioritized.
| Area | What to practise |
|---|---|
| Python fundamentals | keywords, indentation, literals, variables, operators, and data types |
| Control flow | conditions, loops, truthiness, and branch tracing |
| Data collections | lists, tuples, dictionaries, strings, indexing, slicing, and mutation |
| Functions | parameters, returns, scope, recursion, generators, and built-in functions |
| Exceptions | exception hierarchy, handling flow, and common runtime errors |