Prepare for the Python PCEP certification while deepening your skills in syntax, functions, control flow, and more. This course builds a strong foundation for coding and career readiness.
Overview
Syllabus
- Python Programming Fundamentals
- Start your journey into the world of Python programming. Define fundamental terms and understand Python's logical structure. Learn how to declare and use variables to store different types of data.
- Python Boolean Logic and Numeric Operators
- Learn the fundamentals of Boolean logic and numeric operations in Python. Explore Boolean operators, relational operators, type casting, I/O operations, and limitations of floating-point numbers.
- Python Control Flow and Loops
- Master the art of decision-making and repetition in Python. Explore conditional statements like if, elif, and else to create branching logic in your programs.
- Python Data Structures
- Explore fundamental Python data structures like lists, tuples, and dictionaries. Learn to create, manipulate, and iterate over lists, understanding indexing, slicing, and list comprehensions.
- Python Functions
- Explore functions and function handling. You'll learn to break complex problems into smaller, reusable functions.
- Python Exceptions
- Explore Python's exception handling mechanism, common exception types, and how to handle them using try-except blocks. Learn advanced techniques like propagating and delegating exceptions.
- Project: A Data-Driven Approach to AI and Python
- Solidify your understanding of data manipulation, exploration, and presentation as you explore the role of a data scientist working with Amazon Reviews to transform raw data into valuable insights.
Taught by
Brian Hough