/oop-python-msds

Object Oriented Programming with Python

Primary LanguageJupyter NotebookMIT LicenseMIT

Object-Oriented Programming with Python CSC8101

An introduction to programming with Python and Object Oriented Programming.

Brief Content

  • Python Basics
  • Introduction of Object-Oriented Programming
  • Classes and Objects
  • OOP Pillars
  • Exceptions
  • Efficiency and Testing
  • Additional topics
    • Data structures
    • Decorators
    • Sorting, searching and algorithm analysis.
    • etc