Python PCAP: Pass Certified Associate in Python Programming
Python PCAP: Pass Certified Associate in Python Programming, available at $84.99, has an average rating of 4.66, with 77 lectures, 11 quizzes, based on 1660 reviews, and has 11380 subscribers.
You will learn about Take the next step in Python: from beginner to intermediate level Prepare for PCAP-31-0x exam Get intermediate Python skills for Software Development, Data Science, Machine Learning etc. Apply for entry-level Python jobs Code along with me for real-life programming practice Create three practical programs This course is ideal for individuals who are People who want to pass the PCAP Associate-Level exam or People who passed the PCEP entry-level exam and want to continue studying or Beginners with some basic programming experience or Wanna-be software developers and data analysts or People who need intermediate Python for Machine Learning, Data Science and Artificial Intelligence It is particularly useful for People who want to pass the PCAP Associate-Level exam or People who passed the PCEP entry-level exam and want to continue studying or Beginners with some basic programming experience or Wanna-be software developers and data analysts or People who need intermediate Python for Machine Learning, Data Science and Artificial Intelligence.
Enroll now: Python PCAP: Pass Certified Associate in Python Programming
Summary
Title: Python PCAP: Pass Certified Associate in Python Programming
Price: $84.99
Average Rating: 4.66
Number of Lectures: 77
Number of Quizzes: 11
Number of Published Lectures: 77
Number of Published Quizzes: 11
Number of Curriculum Items: 88
Number of Published Curriculum Objects: 88
Number of Practice Tests: 1
Number of Published Practice Tests: 1
Original Price: $94.99
Quality Status: approved
Status: Live
What You Will Learn
- Take the next step in Python: from beginner to intermediate level
- Prepare for PCAP-31-0x exam
- Get intermediate Python skills for Software Development, Data Science, Machine Learning etc.
- Apply for entry-level Python jobs
- Code along with me for real-life programming practice
- Create three practical programs
Who Should Attend
- People who want to pass the PCAP Associate-Level exam
- People who passed the PCEP entry-level exam and want to continue studying
- Beginners with some basic programming experience
- Wanna-be software developers and data analysts
- People who need intermediate Python for Machine Learning, Data Science and Artificial Intelligence
Target Audiences
- People who want to pass the PCAP Associate-Level exam
- People who passed the PCEP entry-level exam and want to continue studying
- Beginners with some basic programming experience
- Wanna-be software developers and data analysts
- People who need intermediate Python for Machine Learning, Data Science and Artificial Intelligence
Welcome! My name’s Adrian and I’m a professional Software Developer. If you already know basic Pythonand want to take another step with your skills, then you’ve just found an excellent course for that! Along the way, you will also create three practical Python programs!
According to statistics, Python is in the top 3 programming languages all around the world. It is much easier and quicker to learn that most other languages. At the same time, it’s extremely popular among software developers, data analysts and other IT professions. All of this makes it an excellent choice for your first programming language.
COURSE OVERVIEW
In this course, you’ll learn intermediate-level Python 3 and you’ll get prepared for the Certified Associate in Python Programming exam (PCAP). You will need basic Python skills (entry-level PCEP exam knowledge) to start this course. I’ll show you how to install Python and all the necessary tools. You will code along with me andhave a chance to write three practical programs to practice your skills.
There are 5 exam blocks when you sit the PCAP exam. Consequently, this course has 5 main modules, each one focusing on a different exam block. At the end of each module, you’ll have a chance to solve an exam quiz to check your skills.
This course also comes with a mock PCAP exam at the very end. It will have the same format as your actual exam, with the same passing grade and time limit. It will show you what kinds of questions you can expect.
COURSE ADVANTAGES
• concise – the short video lectures focus on the most important aspects: there are just a few hours of videos to get you started ASAP
• based on practice – instead of useless academic theory, you learn the best developing practices drawn from my work experience,
• reasonably priced – compared to stationary developer bootcamps, the course is much cheaper, so you save not only time but also money,
• available anywhere, anytime – the online form lets you run the course in the most convenient place (at home, work or in a café) and time (while commuting by metro or relaxing at home after work), so you can adjust it to your agenda,
• accessible on desktop, mobile and TV – you can display my lectures on the device of your choice, so you don’t have to stick to your PC,
• certificate of completion – after completing the course, you will receive a printable certificate that will make your resume more attractive.
Course Curriculum
Chapter 1: Introduction
Lecture 1: What is the PCAP certificate?
Lecture 2: Who is this course for?
Lecture 3: What should you already know?
Lecture 4: The necessary tools
Lecture 5: Getting started with Anaconda
Lecture 6: Online tools
Lecture 7: Ready?
Chapter 2: Modules and Packages
Lecture 1: Introduction to modules
Lecture 2: Importing modules
Lecture 3: Math module
Lecture 4: Random module
Lecture 5: Further comment: random.sample
Lecture 6: Platform module
Lecture 7: platform.python_version_tuple() vs. platform.version()
Lecture 8: Extra: PyPI repository
Lecture 9: Sample solution: Using "random"
Lecture 10: Creating your own modules
Lecture 11: Running own modules directly and indirectly
Lecture 12: Own modules: practical example
Lecture 13: Sample solution: Creating own modules
Lecture 14: Module locations: sys.path
Lecture 15: Using packages in Python
Chapter 3: Strings
Lecture 1: Internal string representation
Lecture 2: Basic string operations
Lecture 3: Searching inside strings
Lecture 4: Joining, splitting and sorting strings
Lecture 5: Sample solution: Working with strings
Lecture 6: Comparing strings
Lecture 7: Mini Project: Random password generator
Chapter 4: Object-Oriented Programming (OOP)
Lecture 1: Introduction to OOP
Lecture 2: Classes and objects
Lecture 3: Encapsulation and abstraction
Lecture 4: Instance variables
Lecture 5: Class variables
Lecture 6: Comparison: instance, class and local variables
Lecture 7: Methods
Lecture 8: Can you have a default value for the self constructor parameter?
Lecture 9: Sample solution: Deck of cards
Lecture 10: Reflection and introspection
Lecture 11: Introduction to inheritance
Lecture 12: Inheriting properties
Lecture 13: Inheriting class variables and methods
Lecture 14: Overriding properties and methods
Lecture 15: isinstance() an 'is' operator
Lecture 16: Multiple inheritance
Lecture 17: The __bases__ property
Lecture 18: Diamond problem
Lecture 19: Mini Project: Rock-paper-scissors game
Chapter 5: Exceptions
Lecture 1: Important: Exceptions in PCEP and PCAP exams
Lecture 2: (PCEP&PCAP) Introduction to exceptions
Lecture 3: Can you catch SyntaxErrors?
Lecture 4: (PCEP&PCAP) Exception hierarchy
Lecture 5: (PCEP&PCAP) Propagating exceptions
Lecture 6: (PCEP&PCAP) Assertion exceptions
Lecture 7: Try… except with else
Lecture 8: The finally keyword
Lecture 9: The raise keyword
Lecture 10: Exceptions as objects
Lecture 11: Creating your own exceptions
Chapter 6: Miscellaneous
Lecture 1: List comprehensions
Lecture 2: Lambda functions
Lecture 3: map() and filter() with lambdas
Lecture 4: Closures
Lecture 5: Introduction to file handling
Lecture 6: Text file reading basics
Lecture 7: Text file writing basics
Lecture 8: Sample solution: Counting words in files
Lecture 9: Binary file basics
Lecture 10: Reading binary files: read() vs readinto()
Lecture 11: File handling modes
Lecture 12: Predefined streams
Lecture 13: Stream errors
Lecture 14: Mini Project: To-do list
Chapter 7: Congratulations!
Lecture 1: Congratulations!
Chapter 8: Mock PCAP exam
Chapter 9: Extra
Lecture 1: Course Jupyter files
Lecture 2: Bonus lecture
Lecture 3: LinkedIn: Show your new skills!
Instructors
-
Adrian Wiech
Senior Software Engineer & Udemy Instructor
Rating Distribution
- 1 stars: 7 votes
- 2 stars: 10 votes
- 3 stars: 86 votes
- 4 stars: 516 votes
- 5 stars: 1041 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024