https://github.com/letsdeepchat/python-oops-concept-codings
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you'll learn the basics of object-oriented programming in Python. Conceptually, objects are like the components of a system.
https://github.com/letsdeepchat/python-oops-concept-codings
basic-python deepak deepak-chaudhari deepak14ri python
Last synced: 6 months ago
JSON representation
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you'll learn the basics of object-oriented programming in Python. Conceptually, objects are like the components of a system.
- Host: GitHub
- URL: https://github.com/letsdeepchat/python-oops-concept-codings
- Owner: letsdeepchat
- License: apache-2.0
- Created: 2022-05-24T07:29:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T07:38:09.000Z (over 3 years ago)
- Last Synced: 2025-04-06T09:52:12.800Z (8 months ago)
- Topics: basic-python, deepak, deepak-chaudhari, deepak14ri, python
- Language: Jupyter Notebook
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-OOPs-Concept-Codings
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you'll learn the basics of object-oriented programming in Python. Conceptually, objects are like the components of a system.