FAQ for the planned Python Institute PCAA associate automation credential and early preparation strategy.
No. Python Institute currently lists PCAA-31-0x: Certified Associate Automation Specialist with Python as work in progress on its certification roadmap.
No. Use this guide as early preparation only. The final exam page may change objectives, delivery details, pricing, duration, and release timing.
PCEA is the entry-level automation credential. PCAA is expected to go deeper into reliability: APIs, schedules, retries, idempotency, logging, configuration, secrets, and safe reruns.
Idempotency. A useful automation job must handle retries and reruns without duplicating records, repeating destructive changes, or hiding partial failure.
Take a small script and make it operational: add argument validation, configuration, logging, dry-run mode, safe error handling, and clear exit status.
Writing a script that works once but cannot be safely rerun. Production automation fails, gets interrupted, sees bad input, hits rate limits, and runs under schedules. Design for that reality.