Skip Navigation

Live Online help Real-time discussions with your instructor and fellow students via technology

Certified Entry-Level Python Programmer (PCEP) Certification Prep

Instructor

Cheryl Roth

See Course Dates

What You Will Learn

This course provides a beginner-friendly introduction to Python programming designed for students with little to no prior coding experience. Participants will learn core programming concepts and Python syntax through hands-on instruction and guided practice. The course emphasizes reading, writing, and understanding simple Python programs while building confidence in problem-solving and logical thinking. Upon completion, students will be prepared to pursue the Certified Entry-Level Python Programmer (PCEP™) certification or continue into more advanced Python coursework.

Learning Outcomes
•    Write and execute basic Python programs using correct syntax and indentation.
•    Use variables, data types, and operators to store and manipulate data.
•    Apply conditional logic and loops to control program flow.
•    Create and use functions to organize and reuse code.
•    Work with core Python data structures such as strings, lists, tuples, and dictionaries.
•    Demonstrate readiness for the Certified Entry-Level Python Programmer (PCEP™) certification exam.

This section is facilitated by an instructor online. Within 2 business days of the class start date, you will receive instructions about how to access the class online.

Certified Entry-Level Python Programmer (PCEP) Certification Prep
Course Dates

Live Online help Real-time discussions with your instructor and fellow students via technology

$1,999.00

Certified Entry-Level Python Programmer (PCEP) Certification Prep

7/27/2026 - 8/26/2026 M W 5:30PM-9:00PM
20 Seats Open

Selected Course

Dates: 7/27/2026 - 8/26/2026 M W

Course type: Data Management

Times: 5:30PM-9:00PM

Location: Live Online Campus Map

Contact Hours: 35.0

Other Details

Course Code: BIGDATA-103-1

Category: Data Management

Contact Hours: 35.0

Format: Classroom

Schedule Details:

After registering for this course, you can come back to the catalog to register for more courses.

Issues with registering? Please contact us at CERegistration@jccc.edu or call 913-469-2323.

Similar Courses

Data Management image Python Programming for Data Analysis
Live Online help Real-time discussions with your instructor and fellow students via technology
Python Programming for Data Analysis Session start date: Mar 10
14.0 contact hours $1,295.00
Security image Certified Information Security Manager (CISM) Bootcamp
Live Online help Real-time discussions with your instructor and fellow students via technology
Certified Information Security Manager (CISM) Bootcamp Session start date: Apr 21
30.0 contact hours $3,525.00
Security image Certified CMMC Professional (CCP) Bootcamp
Live Online help Real-time discussions with your instructor and fellow students via technology
Certified CMMC Professional (CCP) Bootcamp Session start date: May 26
30.0 contact hours $3,495.00
Microsoft Office image Excel Intermediate
Live Online help Real-time discussions with your instructor and fellow students via technology
Excel Intermediate Session start date: Apr 13
7.0 contact hours $199.00
Youth image Creative Computer Coding - Gr. 7-9
In Person help Traditional, instructor-led and offered in a classroom at JCCC
Creative Computer Coding - Gr. 7-9 Session start date: Mar 16
15.0 contact hours $249.00
Project Management image Project Management Fundamentals
Online help Learning at your own pace, or facilitated by an instructor
Project Management Fundamentals Session start date: Mar 18
24.0 contact hours $169.00
Security image Certified in Risk and Information Systems Control (CRISC) Bootcamp
Live Online help Real-time discussions with your instructor and fellow students via technology
Certified in Risk and Information Systems Control (CRISC) Bootcamp Session start date: Mar 23
30.0 contact hours $3,525.00
Microsoft Office image Excel Advanced
Live Online help Real-time discussions with your instructor and fellow students via technology
Excel Advanced Session start date: Apr 20
7.0 contact hours $199.00
HR Management image SHRM Certification Prep System
Live Online help Real-time discussions with your instructor and fellow students via technology
SHRM Certification Prep System Session start date: Aug 10
42.0 contact hours $1,499.00
Business and Leadership image Administrative Assistant Fundamentals
Online help Learning at your own pace, or facilitated by an instructor
Administrative Assistant Fundamentals Session start date: Apr 15
24.0 contact hours $169.00
Microsoft Office image Microsoft Endpoint Administrator Certification Prep
Live Online help Real-time discussions with your instructor and fellow students via technology
Microsoft Endpoint Administrator Certification Prep Session start date: Aug 3
35.0 contact hours $1,999.00
Data Management image Introduction to Python Programming
Live Online help Real-time discussions with your instructor and fellow students via technology
Introduction to Python Programming Session start date: Jun 23
21.0 contact hours $1,495.00
Data Management image Advanced Python Programming
Live Online help Real-time discussions with your instructor and fellow students via technology
Advanced Python Programming Session start date: Jul 14
21.0 contact hours $1,995.00
Plumbing image Plumbing Exam Prep
In Person help Traditional, instructor-led and offered in a classroom at JCCC
Plumbing Exam Prep Session start date: Apr 7
25.0 contact hours $499.00
Healthcare Seminars image  Certificate in Integrative Behavioral Health
Online help Learning at your own pace, or facilitated by an instructor
Certificate in Integrative Behavioral Health Session start date: Mar 18
24.0 contact hours $169.00
Career Planning image Become an Optical Assistant
Online help Learning at your own pace, or facilitated by an instructor
Become an Optical Assistant Session start date: Mar 18
24.0 contact hours $169.00
Web image Kubernetes for Developers
Live Online help Real-time discussions with your instructor and fellow students via technology
Kubernetes for Developers Session start date: Mar 10
18.0 contact hours $2,795.00
Plumbing image Cross Connection Control and Backflow Prevention Certification
In Person help Traditional, instructor-led and offered in a classroom at JCCC
Cross Connection Control and Backflow Prevention Certification Session start date: Apr 14
40.0 contact hours $699.00
Security image Security+ Exam Prep
Live Online help Real-time discussions with your instructor and fellow students via technology
Security+ Exam Prep Session start date: Mar 9
35.0 contact hours $2,199.00
Project Management image SAFe Product Owner/Product Manager
Live Online help Real-time discussions with your instructor and fellow students via technology
SAFe Product Owner/Product Manager Session start date: Jun 15
18.0 contact hours $2,395.00
 
Close Modal Window

Online Registration Temporarily Down

Please contact us at ceregistration@jccc.edu or call 913-469-2323 to register now or please visit us later.

Close
Close Modal Window
1.    Python Programming Basics
•    What programming is and how Python is used
•    Installing and using Python and a code editor
•    Writing and running your first Python program
•    Understanding syntax, indentation, and comments
2.    Variables and Data Types
•    Variables and naming conventions
•    Numeric data types and basic math operations
•    Strings and string manipulation
•    Type conversion
3.    Input, Output, and Program Flow
•    Getting input from users
•    Displaying output
•    Using conditional statements (if, elif, else)
•    Logical operators and comparisons
4.    Loops and Repetition
•    for loops and iteration
•    while loops
•    Controlling loop execution (break, continue)
5.    Core Data Structures
•    Working with strings in more depth
•    Lists and list operations
•    Tuples and dictionaries
•    Accessing and modifying data collections
6.    Functions and Modular Code
•    Defining and calling functions
•    Parameters and return values
•    Variable scope basics
•    Writing reusable code
7.    Error Handling and Debugging
•    Common syntax and runtime errors
•    Introduction to exception handling
•    Debugging strategies for beginners
8.    Foundational Programming Concepts
•    Algorithmic thinking
•    Writing clear and readable code
•    Introduction to basic problem-solving patterns
9.    Certification Preparation and Review
•    Review of PCEP™ exam objectives
•    Practice questions and exam strategies
•    Final review and readiness assessment
Close Modal Window

Live Online help Real-time discussions with your instructor and fellow students via technology

Certified Entry-Level Python Programmer (PCEP) Certification Prep

DATE TIME DAY PRICE AVAILABILITY LOCATION  
7/27/2026 - 8/26/2026 5:30PM-9:00PM M W $1,999.00 20 Seats Open Live Online Campus Map Register
Close Modal Window

Live Online help Real-time discussions with your instructor and fellow students via technology

$1,999.00

Certified Entry-Level Python Programmer (PCEP) Certification Prep

7/27/2026 - 8/26/2026 M W 5:30PM-9:00PM
20 Seats Open

Selected Course

Dates: 7/27/2026 - 8/26/2026 M W

Course type: Data Management

Times: 5:30PM-9:00PM

Location: Live Online Campus Map

Contact Hours: 35.0

Other Details

Course Code: BIGDATA-103-1

Category: Data Management

Contact Hours: 35.0

Format: Classroom

Schedule Details:

After registering for this course, you can come back to the catalog to register for more courses.

Issues with registering? Please contact us at CERegistration@jccc.edu or call 913-469-2323.

Back to Top