An open API service indexing awesome lists of open source software.

https://github.com/ahammadshawki8/object-oriented-programming-in-python

❓❓ Does anybody know that Python is an object-oriented programming language? Learn all about OOP in Python with real-world examples. ✔
https://github.com/ahammadshawki8/object-oriented-programming-in-python

beginner-friendly oop project-based-learning python

Last synced: 2 months ago
JSON representation

❓❓ Does anybody know that Python is an object-oriented programming language? Learn all about OOP in Python with real-world examples. ✔

Awesome Lists containing this project

README

        

![Poster](https://github.com/ahammadshawki8/Object-Oriented-Programming-in-Python/blob/master/oop.jpg)

# _Object oriented approach is one of the best ways of coding_

Python is a great programming language that supports OOP. You will use it to define a class with attributes and methods, which you will then call. Python offers a number of benefits compared to other programming languages like Java, C++ or R. It's a dynamic language, with high-level data types.
After learning the stuffs in this repository, coders will have a good command over oop approach of python, they will get femiliar with the basics of OOP and beyond the basics.

# _I am grateful to the following materials which helped me to create this repository:_

Books:
1. Learn Python the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code - (Zed Shaw)
https://www.amazon.com/Learn-Python-Hard-Way-Introduction/dp/0321884914
2. Python Notes for Professionals https://books.goalkicker.com/PythonBook/
3. Data Structures and Algorithms in Python - (Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser)
https://www.amazon.com/Structures-Algorithms-Python-Michael-Goodrich/dp/1118290275#:~:text=This%20all%2Dnew%20Data%20Structures,that%20is%20clear%20and%20concise.

Video Tutorials:
1. Corey Schafer (@CoreyMSchafer) - https://www.youtube.com/user/schafer5
2. Sentdex (@Sentdex)- https://www.youtube.com/user/sentdex

# _Licence_
Details can be found in [LICENSE](https://github.com/ahammadshawki8/Object-Oriented-Programming-in-Python/blob/master/LICENSE)