object-oriented-programming-python
There are 15 repositories under object-oriented-programming-python topic.
Deepali-Srivastava/object-oriented-programming-in-python
Python OOP : Object oriented Programming in Python
erdememekligil/oop-tensorflow-serving
An object oriented (OOP) approach to train Tensorflow models and serve them using Tensorflow Serving.
naistangz/OOP
Object Oriented Programming Projects in Python
JarrarShahid/OOP
OOP is a comprehensive repository covering OOP principles, SOLID design patterns, real-world applications, and API development with Flask & FastAPI. It includes advanced concepts like metaclasses, multiple inheritance, and dependency injection, along with full-fledged projects using SQLite/PostgreSQL. Perfect for begginers and advanced programmers.
fcarvalhopacheco/oop
Object Oriented Programming with Python
phattharaphorn/ood-lab
📌 This repository is a collection developed a paradigm of Data Structures.
swtnk/Object-Oriented-Programming-in-Python-3-Notebook
Personal notes on OOPs in Python 3. Data obtained from different online sources for education and learning purposes
adityagandhi124/LINKEDIN-CONNECTION-BOT
Python programmed bot that can automate LINKEDIN collection request by iterating through a collection of URLS
BogdanKandra/roman-numerals
Roman numerals convertor, a small project illustrating advanced Python concepts
ishmam-br10/BASICS-OBJECT-ORIENTED-PROGRAMMING-
Basics of object oriented programming in Python.
riccardoprosdocimi/sliding-puzzle-game
A sliding puzzle game developed using turtle graphics.
Awais11227/Oops-in-Python
Examples and practice programs on Object-Oriented Programming in Python, including classes, inheritance, polymorphism, and encapsulation.
parsecsion/north-sussex-judo-calculator
Professional desktop application for judo training fee management. Built with Python & Tkinter, demonstrating OOP, procedural, and event-driven programming. Features comprehensive athlete management, automated fee calculations, and simple GUI design.
Viraj5903/scientific-computing-with-python-freecodecamp
Scientific Computing with Python - freeCodeCamp Exercises and Projects
zafran-ullah/snake-game-python
A classic Snake Game built using Python’s turtle module. Eat food, grow your snake, and avoid crashing into walls or yourself. Includes basic collision detection, movement controls, scoring, and game over logic