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 Typescript HTML5 PHP
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 Data Analysis Data Warehouse Blockchain Business Intelligence
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 SwiftUI Mobile App Development
Graphic Design Photoshop Adobe Illustrator Drawing Canva Digital Painting InDesign Design Theory Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Sound Therapy Emotional Intelligence Coaching
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Online Business Startup Business Plan Blogging Amazon Kindle Direct Publishing (KDP)
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Copywriting Google Analytics Email Marketing Startup Advertising Strategy
2022-07-12T13:47:38Z

IT & SoftwareIT CertificationsCertified Entry-Level Python Programmer (PCEP)

Python Certification Exam PCEP-30-01/PCEP-30-02 Preparation

Get certified for Python in 2022! Prepare for your Python Certification Exam PCEP-30-01/PCEP-30-02 with 6 Practice Tests
Bestseller
Rating: 4.7 out of 54.7 (197 ratings)
14,569 students
Created by Cord Mählmann
Last updated 8/2022
English

Description

Now is the time to get certified for Python!


Python Institute PCEP-30-01/PCEP-30-02: Certified Entry-Level Python Programmer

There are six Practice Tests with preparation questions from all knowledge areas.

Every question has an explanation and a Try-It-Yourself-Code

which you can run to better understand the topic.

You can download the Try-It-Yourself-Code for all questions.

(The download link will be in your welcome message.)


Exam Syllabus


Computer Programming and Python Fundamentals

  • Understand fundamental terms and definitions
    interpreting and the interpreter, compilation and the compiler, lexis, syntax and semantics

  • Understand Python’s logic and structure
    keywords, instructions, indenting, comments

  • Introduce literals and variables into code and use different numeral systems
    Boolean, integers, floating-point numbers, scientific notation, strings, binary, octal, decimal, and hexadecimal numeral system, variables, naming conventions, implementing PEP-8 recommendations

  • Choose operators and data types adequate to the problem
    numeric operators: ** * / % // + –, string operators: * +, assignments and shortcut operators, operators: unary and binary, priorities and binding, bitwise operators: ~ & ^ | << >>, Boolean operators: not and or, Boolean expressions, relational operators ( == != > >= < <= ), the accuracy of floating-point numbers, type casting

  • Perform Input/Output console operations
    print(), input() functions, sep= and end= keyword parameters, int() and float() functions


Conditional Blocks and Loops

  • Make decisions and branch the flow with the if instruction
    conditional statements: if, if-else, if-elif, if-elif-else, multiple conditional statements, nesting conditional statements

  • Perform different types of iterations
    the pass instruction, building loops with while, for, range(), and in; iterating through sequences, expanding loops with while-else and for-else, nesting loops and conditional statements, controlling loop execution with break and continue


Data Collections – Tuples, Dictionaries, Lists, and Strings

  • Collect and process data using lists
    constructing vectors, indexing and slicing, the len() function, basic list methods (append(), insert(), index()) and functions (len(), sorted(), etc.), the del instruction; iterating through lists with the for loop, initializing loops; in and not in operators, list comprehensions; copying and cloning, lists in lists: matrices and cubes

  • Collect and process data using tuples
    tuples: indexing, slicing, building, immutability; tuples vs. lists: similarities and differences, lists inside tuples and tuples inside lists

  • Collect and process data using dictionaries
    dictionaries: building, indexing, adding and removing keys; iterating through dictionaries and their keys and values, checking the existence of keys; keys(), items() and values() methods

  • Operate with strings
    constructing strings, indexing, slicing, immutability; escaping using the \ character; quotes and apostrophes inside strings, multi-line strings, basic string functions and methods


Functions and Exceptions

  • Decompose the code using functions
    defining and invoking user-defined functions and generators; the return keyword, returning results, the None keyword, recursion

  • Organize interaction between the function and its environment
    parameters vs. arguments; positional, keyword and mixed argument passing; default parameter values, name scopes, name hiding (shadowing), the global keyword

  • Python Built-In Exceptions Hierarchy
    BaseException, Exception, SystemExit, KeyboardInterrupt, abstractive exceptions, ArithmeticError, LookupError along with IndexError and KeyError; TypeError and ValueError exceptions, the AssertError exception along with the assert keyword

  • Basics of Python Exception Handling
    try-except, try-except Exception, ordering the except branches, propagating exceptions through function boundaries; delegating responsibility for handling exceptions



Why learn Python?

Python is easy to learn. The syntax is simple and the code is very readable. With Python, you can write programs in fewer lines of code than with most other programming languages. The popularity of Python is growing rapidly. It is now one of the most popular programming languages. Python has a wide variety of applications. It is used for automation, web application development, artificial intelligence, data science and so on:

Automation

Python can make life easier by automating many tasks, such as scraping a website to collect data, automating test cases in software development, or automating everyday office tasks. Python can easily access and read all kinds of files, which opens up the possibility of saving a lot of time by automating repetitive tasks.

Web Development

Python is a good choice for rapid web application development. With many frameworks like Django, Pyramid, and Flask, you can develop web applications with great speed using Python. Python is used on the server side of web development. You can use Python to interact with database and create RESTful API services.

Artificial Intelligence

The near future will be the era of artificial intelligence. In the past, computers and machines were used to perform mathematical calculations at very high speeds, but now many large organizations and researchers are working to develop intelligent systems that can perform tasks like a human. To some extent, machines are able to understand human emotions and their natural language. They can mimic certain human actions that were not possible before. Again, Python is very popular for developing AI systems.

Data Science

Earlier, Python was mainly used to build applications and write scripts to automate tasks, but now a brand new trend of data science has given Python an even bigger boost. Data scientists are heavily dependent on Python because it is so simple, has a large community, and can perform huge calculations with ease.

Python is being used in a wide variety of fields, and there are no signs that this trend is coming to a halt. It's safe to say that Python is here to stay for the long haul in this ever-changing and evolving IT industry.

Who this course is for:

  • Everybody who is preparing for the Python certification Python Institute PCEP-30-01/PCEP-30-02.
  • Everybody who is preparing for a Python job interview.
  • Everybody who wants to learn more about Python by questions and their explanations.
  • Everybody who wants to test their knowledge of Python.
  • Everybody who wants to learn Python to move into artificial intelligence, machine learning, data science, web development or automation.
  • Every Python programmer who wants to improve their knowledge of Python.
  • Every programmer who wants to switch to Python.

Instructor

Cord Mählmann
Software Developing Educator
Cord Mählmann
  • 4.6 Instructor Rating
  • 387 Reviews
  • 28,290 Students
  • 3 Courses

For more than ten years I am a full-time Software Developing Educator teaching Python, JavaScript, PHP, Java, MySQL/MariaDB.

Over the years I have helped hundreds of students to become a Software Developer and prepare for the different exams.

At home here in Berlin, Germany we have two little girls. The older one has just started school and I can't wait to teach them how to program.

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
  • Terms
  • Privacy policy
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.