Current PCEP-30-02 Facts
Key Takeaways
- PCEP-30-02 is the active PCEP version as of May 13, 2026 and is listed as active until August 31, 2026.
- The exam has 30 questions, 40 minutes for exam items, an NDA/tutorial component, and a 70% passing score.
- The official PCEP-30-02 blueprint has four scored blocks weighted 18%, 29%, 25%, and 28%.
- Control Flow at 29% and Functions and Exceptions at 28% together make up more than half of the scored blueprint.
- The official exam-only voucher is listed from $69, failed attempts require a 7-day retake wait, and PCEP-30-02 validity is lifetime.
Current PCEP-30-02 Snapshot
The current PCEP exam version to plan around is PCEP-30-02, the Certified Entry-Level Python Programmer exam from the Python Institute and OpenEDG. As of May 13, 2026, the official certification page lists PCEP-30-02 as active and scheduled for retirement on August 31, 2026. That date matters: a candidate scheduling near late summer 2026 should confirm the exact exam code in the voucher store and candidate portal before relying on a study outline.
Because the exam is short, these facts also affect pacing. Thirty items over 40 minutes gives a little more than one minute per item, but interactive or code-fill items may take longer than straightforward recognition items. Use the NDA/tutorial time to settle into the interface and instructions before the clocked exam work begins; do not treat it as extra question time.
| Fact | Current PCEP-30-02 Detail |
|---|---|
| Exam code | PCEP-30-02 |
| Status | Active until August 31, 2026 |
| Questions | 30 |
| Exam time | 40 minutes, plus NDA/tutorial time |
| Passing score | 70% |
| Cost | Exam voucher from $69 |
| Retake wait | 7 days after a failed attempt |
| Credential validity | Lifetime for PCEP-30-02 |
Blueprint Weights
PCEP is not a broad software-development exam. It is a focused check of whether a beginner can read, reason about, and modify small Python 3 programs. The official PCEP-30-02 syllabus has four blocks:
| Block | Items | Weight | Study Meaning |
|---|---|---|---|
| Computer Programming and Python Fundamentals | 7 | 18% | Syntax, variables, literals, operators, I/O |
| Control Flow | 8 | 29% | Conditions, loops, range(), break, continue, loop else |
| Data Collections | 7 | 25% | Lists, tuples, dictionaries, strings, indexing, slicing, mutation |
| Functions and Exceptions | 8 | 28% | Calls, parameters, return values, scope, exceptions |
The weights tell you how to spend time. Control flow plus functions and exceptions account for 57% of the blueprint, so a plan that only memorizes definitions is underprepared. You need enough fundamentals to parse expressions, enough collection practice to understand data movement, and repeated tracing of branches, loops, calls, and error paths.
How to Interpret the 70% Pass Mark
Do not reduce the exam to a simple count of 21 correct answers. The official syllabus describes item types beyond ordinary single-choice questions, and the score is presented as a percentage after normalization. Treat 70% as a pass threshold, but train for a larger buffer. A readiness target of 85% or better on ethical, original practice sets gives room for timing pressure and unfamiliar item formats.
Version-Safe Planning
Use the official PCEP page, official PCEP-30-02 syllabus, PCEP testing policies, and OpenEDG voucher store as the source of truth:
- PCEP exam information: https://pythoninstitute.org/certification/pcep-certification-entry-level/
- PCEP syllabus: https://pythoninstitute.org/certification/pcep-certification-entry-level/pcep-exam-syllabus/
- PCEP testing policies: https://pythoninstitute.org/pcep-testing-policies/
- OpenEDG voucher store: https://ums.edube.org/products/0-pi-pcep-3002-e
A good study plan starts with these facts, then converts the blueprint into code-reading repetitions.
Which PCEP-30-02 logistics statement matches the current official exam information?
Which official PCEP-30-02 block deserves the largest single share of study time?
A candidate plans to test in the last week of August 2026. What should they verify before purchasing a voucher?