Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

File metadata and controls

20 lines (14 loc) · 403 Bytes

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