Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
smhuda
GitHub Repository: smhuda/python-pcep-notes
Path: blob/main/README.md
77 views



Certification Overview

PCEP – Certified Entry-Level Python Programmer certification is an interim step to the PCAP – Certified Associate in Python Programming certification and the starting point to launch a career in software development, Python programming, and related technologies. Becoming PCEP certified will help you stand out from other candidates and get your foot in the door.

Exam Information

  • Exam Code: PCEP-30-01

  • Exam Level: Entry

  • Pre-requisites: None

  • Duration: 45 minutes (exam) + approx. 5 minutes (Non-Disclosure Agreement/Tutorial)

  • Number of Questions: 30

  • Format: Single-choice and multiple-choice questions, drag & drop, gap fill

  • Pythong Version: Python 3.x

  • Passing Score: 70%

  • Language: English

  • Full Exam Price: USD 59

  • Delivery Channel: OpenEDG Testing Service

Notes Setup

The repository is setup for Python using Jupyter Notebook. You must have Python 3.x installed along site the Jupyter Notebook module. The following command can get you setup for the notebook:

pip install jupyter-notebook
jupyter notebook

Alternatively, you can use something like Anadconda installer to automate this process.

References