This course is available on Udemy also on the Upworks Projects.
Here are some steps to download this course codes:😲
- Click on the green button nameed as
code
in this page. - Click to fork the repository.
- After forked it click on clone the repository and saved it in your laptop/pc where you want to save it.
- Open the parent folder of this repository named as
Python OOP
in your vs code.
In this course I used three languages to understand the concepts of Object Oriented Programming to the students more quickly and easily.
Code files:
- code1.py
- code2.py
- code3.py
1st🥇 case study solved by object oriented programming
- CS1_code.py
Constructor
Constructor.pptx
Code files:
- code4.py
- code5.py
2nd🥈 case study solved by object oriented programming
- CS2_code.py
Inheritance and its types and uses
Inheritance.pptx
Code files:
- code6.py
- code7.py
- code8.py