Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA CompTIA Security+ Microsoft AZ-900
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Data Analysis
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Mobile Game Development
Google Flutter iOS Development Android Development Swift React Native Dart (programming language) Kotlin Mobile App Development SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Personal Development Neuro-Linguistic Programming Personal Transformation Life Purpose Mindfulness Sound Therapy Coaching CBT Cognitive Behavioral Therapy
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Leadership
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing Startup YouTube Marketing

DevelopmentProgramming LanguagesCertified Entry-Level Python Programmer (PCEP)

PCEP – Certified Python Programmer Complete Course & Exam

Everything you need to pass the Python PCEP-30-01 & PCAP-31 Certification exam by doing with step-by-step examples.
Rating: 4.3 out of 54.3 (60 ratings)
1,048 students
Created by Dr. Chris Mall • 30,000+ Students Worldwide
Last updated 5/2022
English
English [Auto]

What you'll learn

  • Learn how to develop impressing Python applications in a few minutes/ hours.
  • Add Python 3 to your Resume by Understanding Advanced Object-Oriented Programming (OOP)
  • Create Programs using your logic and data structures.
  • How to program the right way.
  • Automate Coding Tasks By Building Custom Python Functions.
  • Use Loops to Improve Efficiency, Save Time, Maximize Productivity.

Requirements

  • You will not need any any prior knowledge - so get started now!
  • You should be committed to run through the course and become knowledgeable about Python.
  • Nothing else! It’s just you, your computer and your hunger to get started today!

Description

**** This course contains pretty much everything you need to pass the exams. ****

Welcome to the PCEP – Certified Python Programmer Complete Course by Dr. Chris Mall. This course covers everything you need to know to pass the Python PCEP-30-01 & PCAP-31 Certification Exam.

This course includes also an overview of the Python PCEP Programmer Exams methodology used in a programming environment.


WHAT YOU'LL RECEIVE IN THIS PYTHON PCEP PROGRAMMER PREPARTION COURSE

  1. Exam block #1: Basic Concepts (17%)

    Objectives covered by the block (5 exam items)

    • fundamental concepts: interpreting and the interpreter, compilation and the compiler, language elements, lexis, syntax and semantics, Python keywords, instructions, indenting

    • literals: Boolean, integer, floating-point numbers, scientific notation, strings

    • comments

    • the print() function

    • the input() function

    • numeral systems (binary, octal, decimal, hexadecimal)

    • numeric operators: ** * / % // + –

    • string operators: * +

    • assignments and shortcut operators


  2. Exam block #2: Data Types, Evaluations, and Basic I/O Operations (20%)

    Objectives covered by the block (6 exam items)

    • operators: unary and binary, priorities and binding

    • bitwise operators: ~ & ^ | << >>

    • Boolean operators: not and or

    • Boolean expressions

    • relational operators ( == != > >= < <= ), building complex Boolean expressions

    • accuracy of floating-point numbers

    • basic input and output operations using the input(), print(), int(), float(), str(), len() functions

    • formatting print() output with end= and sep= arguments

    • type casting

    • basic calculations

    • simple strings: constructing, assigning, indexing, immutability


  3. Exam block #3: Flow Control – loops and conditional blocks (20%)

    Objectives covered by the block (6 exam items)

    • conditional statements: if, if-else, if-elif, if-elif-else

    • multiple conditional statements

    • the pass instruction

    • building loops: while, for, range(), in

    • iterating through sequences

    • expanding loops: while-else, for-else

    • nesting loops and conditional statements

    • controlling loop execution: break, continue


  4. Exam block #4: Data Collections – Lists, Tuples, and Dictionaries (23%)

    Objectives covered by the block (7 exam items)

    • simple lists: constructing vectors, indexing and slicing, the len() function

    • lists in detail: indexing, slicing, basic methods (append(), insert(), index()) and functions (len(), sorted(), etc.), del instruction, iterating lists with the for loop, initializing, in and not in operators, list comprehension, copying and cloning

    • lists in lists: matrices and cubes

    • tuples: indexing, slicing, building, immutability

    • tuples vs. lists: similarities and differences, lists inside tuples and tuples inside lists

    • dictionaries: building, indexing, adding and removing keys, iterating through dictionaries as well as their keys and values, checking key existence, keys(), items() and values() methods

    • strings in detail: escaping using the \ character, quotes and apostrophes inside strings, multiline strings, basic string functions.


  5. Exam block #5: Functions (20%)

    Objectives covered by the block (6 exam items)

    • defining and invoking your own functions and generators

    • return and yield keywords, returning results,

    • the None keyword,

    • recursion

    • parameters vs. arguments,

    • positional keyword and mixed argument passing,

    • default parameter values

    • converting generator objects into lists using the list() function

    • name scopes, name hiding (shadowing), the global keyword

Once you complete this course, you'll know everything you need to know to pass the PCEP – Certified Entry-Level Python Programmer Certification Exam.

So What Are You Waiting For?

Enroll Today!

Who this course is for:

  • This course is perfect for absolute beginners with no previous coding experience, to intermediates looking to sharpen their skills to the expert level
  • Complete Programming Beginners.
  • Anyone who want to learn Python Fundamentals.

Instructor

Dr. Chris Mall • 30,000+ Students Worldwide
Scratch | C# | GDPR | Java | Python | C++ | Flutter | CySA+
Dr. Chris Mall • 30,000+ Students Worldwide
  • 4.3 Instructor Rating
  • 4,445 Reviews
  • 33,677 Students
  • 31 Courses

Dr. Chris Mall holds a Ph.D. in Computer Science, Software Development and multiple information technology professional certifications, including CySA+, PRINCE2 Practitioner, and Information Technology Infrastructure Library ITIL v3.

He also holds a Master’s of Science degree in Information Technology with a specialization in Information Assurance, GDPR compliance and development of mobile applications in novel technologies like Google Flutter and Dart.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.