Current PCEP-30-02 Facts
Key Takeaways
- PCEP-30-02 is the active Certified Entry-Level Python Programmer exam in 2026, but it is scheduled for retirement on August 31, 2026, with PCEP-30-03 as its successor.
- The exam has 30 questions, 40 minutes for exam items plus a 5-minute NDA/tutorial window, and a 70% cumulative-average 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 57% of the scored blueprint.
- The exam-only voucher lists from $69, failed attempts require a 7-day retake wait, and PCEP-30-02 is lifetime-valid while PCEP-30-03 is announced with 8-year validity.
Current PCEP-30-02 Snapshot
The current PCEP exam to plan around is PCEP-30-02, the PCEP - Certified Entry-Level Python Programmer credential from the Python Institute, the certification arm run together with the Open Education and Development Group (OpenEDG). The exam is delivered online through the OpenEDG Testing Service, branded TestNow, and is unproctored at this entry level. As of mid-2026 the official certification page lists PCEP-30-02 as active but scheduled for retirement on August 31, 2026, with a successor, PCEP-30-03, taking its place.
The two differ in one durable way: PCEP-30-02 is lifetime-valid, while PCEP-30-03 is announced with 8-year validity. Because the retirement date is close and objectives or pricing can shift between minor versions, confirm the exact exam code in the voucher store and candidate portal before relying on any study outline.
Because the exam is short, these facts shape pacing. Thirty items over 40 minutes gives roughly 80 seconds per item, but multiple-select, drag-and-drop, and code-completion items run longer than simple recognition items. A separate 5-minute NDA and tutorial window precedes the clocked 40 minutes; use it to settle into the TestNow interface, not as extra question time.
| Fact | Current PCEP-30-02 Detail |
|---|---|
| Full name | PCEP - Certified Entry-Level Python Programmer |
| Exam code | PCEP-30-02 (retires August 31, 2026) |
| Delivery | Online via OpenEDG Testing Service (TestNow) |
| Questions | 30 |
| Exam time | 40 minutes, plus 5-minute NDA/tutorial |
| Passing score | 70% (cumulative average) |
| Item types | Single-select, multiple-select, drag-and-drop, gap-fill, code insertion |
| Cost | Exam only from $69; Exam + Retake from $86; bundle with practice test from $95 |
| Retake wait | 7 days after a failed attempt |
| Credential validity | Lifetime (PCEP-30-02); 8 years (PCEP-30-03) |
| Prerequisites | None |
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 scored blocks. The item counts below (7, 8, 7, 8) are the syllabus' indicative distribution; the weight percentage, not the raw count, drives scoring.
| Block | Items | Weight | Study Meaning |
|---|---|---|---|
| Computer Programming and Python Fundamentals | 7 | 18% | Syntax, variables, literals, operators, I/O |
| Control Flow - Conditional Blocks and Loops | 8 | 29% | Conditions, loops, range(), break, continue, loop else |
| Data Collections - Tuples, Dictionaries, Lists, and Strings | 7 | 25% | Lists, tuples, dictionaries, strings, indexing, slicing, mutation |
| Functions and Exceptions | 8 | 28% | Calls, parameters, return values, scope, exception hierarchy |
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. Conversely, the smallest block, Fundamentals at 18%, still earns nearly a fifth of the score on rules that are quick to master (operator precedence, type conversion, print() formatting), so treat it as easy, bankable points rather than skipping it.
Item Formats You Will See
PCEP-30-02 is not all single-answer multiple choice. The TestNow delivery engine mixes several formats, and recognizing each saves time:
- Single-select - one correct answer (the most common format).
- Multiple-select - choose all that apply; the number to select is often stated, and getting one wrong typically loses the whole item.
- Drag-and-drop / ordering - arrange code lines or match terms to definitions.
- Gap-fill (code insertion) - type or choose the missing token/line so the snippet behaves as described.
- Find-the-result - predict printed output or the raised exception.
The shared demand is reading code precisely. Spend a few minutes in the 5-minute tutorial window confirming how each control (radio button, checkbox, drag handle, text field) behaves so the format never surprises you during the clocked 40 minutes.
How to Interpret the 70% Pass Mark
Do not reduce the exam to a simple count of 21 correct answers. The score is reported as a cumulative average percentage across the weighted blocks, and several item formats (multiple-select, gap-fill) can be partially scored. Treat 70% as the floor and 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. A candidate who hovers exactly at 70% in practice is one weak topic from failing, because a soft spot concentrated in the 29% Control Flow block drags the weighted average down fast.
A quick worked example shows why the weights matter more than raw counts. Suppose you score 100% on Fundamentals (18%), 60% on Control Flow (29%), 90% on Data Collections (25%), and 70% on Functions and Exceptions (28%). The weighted result is 0.18*100 + 0.29*60 + 0.25*90 + 0.28*70 = 18 + 17.4 + 22.5 + 19.6 = 77.5% - a pass, but the weak Control Flow block cost you a comfortable margin. Flip it so Control Flow is your strongest block and the same effort yields a much safer score. This is the arithmetic reason Week 2 of the study plan is devoted to the heaviest block.
Version-Safe Planning
Use the official Python Institute pages and the OpenEDG store as the source of truth for version, cost, timing, and rules:
- PCEP exam information: https://pythoninstitute.org/pcep
- PCEP-30-0x syllabus: https://pythoninstitute.org/pcep-exam-syllabus
- OpenEDG / Python Institute store and free courses: https://edube.org
Review these at the start and end of your study cycle. The first review keeps your plan on the correct version; the final review catches the August 31, 2026 retirement, late changes to voucher bundles or delivery rules, or the switchover to PCEP-30-03 before you commit money and calendar time. A good plan starts with these verified facts, then converts the blueprint into code-reading repetitions, the single skill the rest of this guide builds.
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?
With PCEP-30-02 scheduled to retire on August 31, 2026, what should a 2026 candidate verify before purchasing a voucher?