Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 3.84 KB

README.md

File metadata and controls

48 lines (34 loc) · 3.84 KB

Python Associate Certification

This Repository Contains Lecture Slides for Python Associate Certification (PCAP-31-03)


Module 1: Modules, Packages and PIP

  1. Part 0: Introduction
  2. Part 1: Modules in Python
  3. Part 2: Selected Python Modules
  4. Part 3: Creating Your Own Modules and Packages in Python
  5. Part 4: Python Package Installer (PIP)

Module 2: Strings, Lists, and Exceptions in Python

  1. Part 1: Characteristics and Strings vs Computers
  2. Part 2: The nature of Strings in Python
  3. Part 3: Strings Methods
  4. Part 4: Strings in Action
  5. Part 5: Lab
  6. Part 6: Exceptions
  7. Part 7: Exceptions

Module 3: Object Oriented Programming

  1. Part 1: The Foundations of OOP (classes, objects, attributes)
  2. Part 2: Stack: the procedural vs OOP approach
  3. Part 2 (Lab): Lab for Part 2
  4. Part 3: Properties (instance variables, class variables, attributes)
  5. part 4: Methods (class and object methods, constructors, parameters, properties
  6. Part 4 (Lab): Lab for Part 4
  7. Part 5: functions, methods, class hierarchies, polymorphism, composition, single vs multiple inheritance

Module 4: Miscellaneous

  1. Part 1: Generators, Iterators, and Closures
  2. Part 2: Accessing files from Python Code
  3. Part 3: The os module
  4. Part 4: The datetime module