Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumyadip007/object-oriented-programming-using-python
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
https://github.com/soumyadip007/object-oriented-programming-using-python
class exception-handling exceptions global inheritance jupyter-notebook local object oop python static
Last synced: 2 days ago
JSON representation
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).
- Host: GitHub
- URL: https://github.com/soumyadip007/object-oriented-programming-using-python
- Owner: soumyadip007
- License: apache-2.0
- Created: 2020-02-07T15:43:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T20:48:47.000Z (over 4 years ago)
- Last Synced: 2024-12-20T03:08:56.900Z (9 days ago)
- Topics: class, exception-handling, exceptions, global, inheritance, jupyter-notebook, local, object, oop, python, static
- Language: Jupyter Notebook
- Homepage:
- Size: 28.3 KB
- Stars: 198
- Watchers: 4
- Forks: 193
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object-Oriented-Programming-Using-Python
Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).