Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 462 Bytes

File metadata and controls

17 lines (13 loc) · 462 Bytes

Object Oriented Programming

This repository contains all the files for Week 0 of the python Curriculum.

  • Python basics and built-in functions
  • Writing clean and modular code - SOLID principles
  • Understanding decorators in python
  • Classes and Methods
  • Object Oriented Programming
    • Overview
    • Inheritance
    • Encapsulation
    • Polymorphism

The tasks are on the master branch while the solution to the tasks are on the solution branch

Have fun!