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. ✔
- Host: GitHub
- URL: https://github.com/ahammadshawki8/object-oriented-programming-in-python
- Owner: ahammadshawki8
- License: mit
- Created: 2019-10-08T15:29:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T12:17:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T06:34:37.624Z (3 months ago)
- Topics: beginner-friendly, oop, project-based-learning, python
- Language: Python
- Homepage:
- Size: 249 KB
- Stars: 29
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# _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)