python-oop
There are 71 repositories under python-oop topic.
Deepali-Srivastava/object-oriented-programming-in-python
Python OOP : Object oriented Programming in Python
AbdeltwabMF/queueing-modelsim
Queueing Models Simulator.
co0lc0der/simple-query-builder-python
A simple SQL Query Builder Python module
jeimison3/SinricProPyOO
A Python library for "things" simulation integrable with Amazon Alexa.
GuND0Wn151/Python_OOP
Python Object Oriented Programing
marcpaulo15/super-tic-tac-toe
Super Tic Tac Toe game using Python (pygame)
taylorhawks/deutsch-nlp
Which one of five German authors can text be attributed to?
rusalinastaneva/Python-OOP
SoftUni, Bulgaria
muradislamzada/python-task-manager
Simple Python task manager CLI app to create, track, and manage daily tasks.
TiDurak/Hecker
Binary code animation. This project is created for fun. Nothing to see. Bye
ahammadnafiz/Python-UIU
Explore Python with UIU Data Science Program. Engaging exercises, curated content, endless learning.
ApurbaKumarNath/python-oop
This repo serves as an archive of my Python and OOP learning journey, where, starting from foundational concepts, I share all my notes and resources. Contains: 1. my documentation of basic Python programming and OOP fundamentals, 2. my university's easy and challenging coding problems and solutions.
Arisa-Kaewsuan/Python_Tutorial
: Python Programming
bswck/runtime_generics
Reuse type arguments explicitly passed at runtime to a generic class before instantiating.
courseworks/AUT_AP_2024_Spring_HW5
The fifth assignment for AUT's Advanced Programming course (Spring 2024), focusing on the principles of Object-Oriented Programming (OOP), Python Decorators, and Asynchronous Programming. Enhance your skills in OOP with practical applications, master decorators for dynamic functions, and learn async programming for concurrent tasks.
cryptigo/pyworks
A basic, oop pygame framework, made to be expandable and facilitate faster development of games and visualizations.
hamzaezzine/python-exercices
+20 Python Exercises
Hbac97/trading-bot-1
Working Crypto trading bot using RSI strategy.
Mahamudul-Hasan-Rafi/BRAC_University_CSE111_Lab_Assignment
These assignments on Python Object Oriented are done on the reference of tutoring my student who is from CSE department of BRAC University
mmasenheimer/Markov-Chain-Algorithm
This is a Python script I made in October 2024. I implemented my own hash map and used it to replicate a Markov-Chain-based algorithm
novikovadaria/OOP_Python
Изучение принципов ООП | Learning the principles of OOP
rphadtare/python_by_examples
This repository consist sample programs to learn and understand core concepts
SamuraiPolix/OOP_Ex2
a Social Network in Python, focusing on design patterns as an assignment for OOP @ Ariel University
xkrystiandutka/GraphGenerator
Generator of graphs (line, bar, charts) from data collected in text files.
galinstefanovv/SoftUni-Python-OOP
This repository contains my solutions to the tasks from the Python OOP course at SoftUni (February 2023).
lunahoushmand16/BankingSystem-Python-OOP
This Python OOP application lets users manage checking and savings accounts—view balances, deposit, withdraw, and transfer funds with real-time updates after each transaction.
MateusDSouza/python-etl-data-engineering
This repository contains the development of a Python ETL pipeline, following best practices in software engineering, including unit testing, comprehensive docstrings, medallion architecture, and efficient PySpark data manipulation. The project was created to demonstrate a simple ETL process in Python using dummy data from two different sources.
CFMVCarlos/Python-Udemy-PTPGFB
This course provides a comprehensive introduction to Python programming, covering everything from the basics to advanced topics such as asynchronous programming, object-oriented principles, and file handling. Table of Con
courseworks/AUT_AP_2025_Spring_HW6
The sixth and final assignment for AUT's Advanced Programming course (Spring 2025), focusing on the principles of Object-Oriented Programming (OOP), Python Decorators, and Asynchronous Programming. Enhance your skills in OOP with practical applications, master decorators for dynamic functions, and learn async programming for concurrent tasks.
EgorOnishchuk/fastapi-project-template
An intermediate level project template. Flexible and scalable, but not overloaded with abstractions.
ridwaanhall/el-perintis
Simulasi filosofis tentang perintis vs pewaris, melalui kode Python dan narasi perjuangan.
saimtec/python-learning-journey
A complete collection of Python practice files and projects — from fundamentals and OOP to REST APIs and a full Expense Tracker application.
tkabalin/2048-solver-desktop
A 2048 clone in Python & tkinter, complete with automatic solvers and customisable themes.