Topic: "oop-python"
yurecouto/PyPokemon
PyPokemon it's a project for training my python OOP skills.
Language: Python - Size: 370 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 27 - Forks: 10

Wathon/data_engineering_with_python-track-datacamp
Data Engineer with Python lecture notes from #datacamp.
Language: Jupyter Notebook - Size: 59.7 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 26 - Forks: 22

iurisaints/pythonClass
Para iniciar em Python com o pé direito.
Language: Jupyter Notebook - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 0

Hemil96/oop-python-example
Basic example of python OOP application
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 18 - Forks: 7

yennanliu/utility_Python
Collection of Python utility scripts & OOP basic demo | #SE
Language: Python - Size: 272 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 14 - Forks: 4

lironmiz/next.py-python-course
this repository contains solutions in python to the next.py python course problems of the Cyber Education Center from campus.gov.il.
Language: Python - Size: 150 KB - Last synced at: about 22 hours ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 0

TkhiienLok/Snake-Pygame
This is a basic version of snake game. As it moves forward, it leaves a trail behind, resembling a moving snake. The player loses when the snake runs into the screen border or itself. A sole player attempts to eat apples by running into them. Each apple eaten makes the snake longer.
Language: Python - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 6

Rad-hi/Temp_log_visualizer
Desktop app that visualizes data from my ULP_Temp_logger IoT node.
Language: Python - Size: 1.22 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 8 - Forks: 2

riju18/DataStructure-and-Algorithm
Data Structure & Algorithm
Language: Python - Size: 56.6 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 3

riju18/East-West-University-library-management-system-python-desktop-Application
My first project which is realted to the university library manangement system where the library admin can do a lot of tasks like any book information operation, new student information, download day-to-day data as backup & many more things.
Language: Python - Size: 146 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 6 - Forks: 3

hrosicka/SimpleCalculator
The Calculator is a 💪 powerful and user-friendly desktop application. Perform basic arithmetic operations, keep track of your history, and save your results to a file with this tool.
Language: Python - Size: 2.64 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

dshelem/OOP
Object-Oriented Programming with Python.
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

ZhArtem/SF-TelegramBot
Сurrency conversion Telegram bot for practical work on SkillFactory course
Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

a2435191/python-attribute-access-modifiers
Add C#-like `{get; set;}` syntax to Python attributes.
Language: Python - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

369geofreeman/MITx_6.00.1x
MITx_6.00.1x Computational thinking with python. Also, LeetCode, HackerRank CodeWars, data structures and algorithm research
Language: Python - Size: 5.57 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

MateoNeiraC/Pong-Game
Very simple pong game built with using only python and the turtle library
Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

dotpep/cli-weather-app
Weather Apps in CLI with third party API and GPS tracking ps scripts, Clean Architecure and Software Design using Type Hintings in Python.
Language: Python - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ZhArtem/SF-SeaBattleGame
Sea Battle game for practical work on SkillFactory course
Language: Python - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

nix00000/Python-Projects
Finance GUI Application
Language: Python - Size: 440 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

ahammadnafiz/Python-UIU
Explore Python with UIU Data Science Program. Engaging exercises, curated content, endless learning.
Language: Jupyter Notebook - Size: 30.4 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

Defaultik/NitzaJet
Language: Python - Size: 33.6 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

MateoNeiraC/TurtleCross-Game
Simple turtle cross game built using python, turtle library and objected oriented programing.
Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

imildositoe/python_ml_linear_regression_task
Python machine learning program to calculate, predict and visualize using Least Squares method.
Language: Python - Size: 505 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ZhArtem/NewsPaper
Django News Portal project
Language: Python - Size: 186 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Fadilahn/Scheduling-Algorithms-Simulation
Scheduling Algorithms: 1. FCFS (First Come First Served) 2. SJF (Shortest Job First) 3. SRT (Shortest Remaining Time) 4. Priority Non-Preemptive 5. Priority Preemptive 6. RR (Round Robin)
Language: Python - Size: 317 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

elisrizea/polymorphism
This is a very simple example of Python polymorphism with the purpose to shade some light in how this is working.
Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

phritnakgate/Python_Practice
Exercise for Python programming
Language: Jupyter Notebook - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

syahravi/pokemon-oop-sample
OOP pokemon battle with scissor paper rock concept
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

syahravi/oop-battle-win
OOP battle win, a generate battle win.
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

psy-pri/psycopg-postgres
Project to implement postgres interaction with psycopg
Language: Python - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

sharkawy98/data_mining
Various self-coded algorithms for some data mining techniques
Language: Python - Size: 272 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

bl00p1ng/POO-Algoritmos-Python
Apuntes y código del Curso de POO y Algoritmos con Python
Language: Jupyter Notebook - Size: 668 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

amgdHussein/python-fundamentals
A quick review of python basics
Language: Jupyter Notebook - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 8

Milfist/OOP_Python_3
OOP project with Python 3, test and Travis CI
Language: Python - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

habib-153/UIU-Assignments
Language: Python - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

rucodinger/oop-act1
This project was created to share done oop task
Language: Python - Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Djama1GIT/python-OOP
Language: Python - Size: 33.2 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MostafaHima/Employee-Management-System
A training project to apply OOP concepts in Python, allowing employee management with add, update, delete, and salary reports.
Language: Python - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

adot-7/Projects_akash
Projects made during my 11th grade
Language: Python - Size: 117 KB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

kyng-cytro/mini-canvas
Mini Canvas is a lightweight learning management application, inspired by Canvas, built by Cytro. This mini version provides simplified features for managing users, courses, and enrollments.
Language: Python - Size: 20.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

choppystick/PyDoku
An implementation of the classic Sudoku puzzle game using Python and Pygame. It offers a graphical user interface for playing Sudoku, with features such as a menu system, difficulty levels, and the ability to play puzzles from the New York Times website.
Language: Python - Size: 22.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

TJfrusciante/Tracker
Tracker - Full OOP app development.
Language: Python - Size: 123 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

WhoIsJayD/Bank-Management-System
This is a MySQL project integrated with python as an CBSE assessment.. Read Readme.md For more info
Language: Python - Size: 17.3 MB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

bursasha/pygame-braveheart-game
2D Game in Pygame with plenty of mechanics 🎮
Language: Python - Size: 3.88 MB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ea-analisisdatos/Python-Full-Stack
Certificado SkillsBuild - Bejob IBM - Curso Python Full Stack abril 2024
Language: HTML - Size: 26.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hafizhhasyhari/Python-Pemrograman-Berorientasi-Objek
Object Oriented Programming Python dengan Jupyter Pemrograman Berorientasi Objek
Language: Jupyter Notebook - Size: 1.18 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

velicki/black_jack_game
Blackjack is a Python implementation of the classic card game. In this game, you'll face off against the dealer in a battle of luck and strategy, aiming to reach as close to 21 points as possible without going over
Language: Python - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

wiktoria-migasiewicz/Algorithms_simulations
Processes simulators of replacing pages and scheduling CPU time.
Language: Python - Size: 1.1 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

JoKeRooo7/the_evolution_of_trust.game.py
as part of the study of python, a game from game theory was implemented - the evolution of trust
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Rosvend/ATM-Banking-system
Bank account management program with graphical user interface (GUI) that allows the customer to transfer, withdraw, deposit, save money, change his password and view transactions when interacting with ATMs and it updates the balance whenever they make a movement.
Language: Python - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

deepcloudlabs/dcl160-2023-sep-26
DCL-160: Python Programming
Language: Python - Size: 1.57 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

deepcloudlabs/dcl160-2023-sep-12
DCL-160: Python Programming
Language: Python - Size: 2.47 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GhazaleZe/Python-Exercises
Exercises for Python learners
Language: Jupyter Notebook - Size: 70.3 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

arisuvade/programs
Simple code examples for different languages.
Language: Python - Size: 4.77 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

vBarbaros/design-patterns-py
Python implementation of the OOP Design Patterns using financial domain knowledge
Language: Python - Size: 584 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

drmacsika/oop-in-python
Tutorial on object oriented programming in Python
Language: Python - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

walexhenrique/weather-forecast-website
Weather website design using API https://openweathermap.org/api
Language: Python - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

m-rauen/SneakerSearch-Pro
Python CLI program with OOP applied
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Astzesk/challenge-python-cash-machine
The cash machine simulation project is in the python programming language.
Language: Python - Size: 90.8 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

walexhenrique/sistema-bancario-simples
Sistema simples bancário com objetivo de aprender mais sobre orientação a objetos.
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

vlizarn/challenge-python-lottery
This project consists of the development of the lottery game.
Language: Python - Size: 158 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

m-rauen/Cadastrin_v2.0
Python GUI program with MVC architeture and data persistence
Language: Python - Size: 43 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

MejlaP/basta-fazoolin
Codecademy PRO project
Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

syahravi/detail-penghasilan
Memahami berbagai operator terutama operator aritmatika pada python.
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

RuwanSenavirathna/test_python
Python Object Oriented Programming (OOP) - For Beginners
Language: Python - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Georg963/wheel-of-fortune
Python Classes and Inheritance
Language: Python - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 2

bodrulamin/PythonOOP-Practices
Python Object Oriented Programming. This repository contains python object oriented programming excercise files of my online course.
Language: Python - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

deepcloudlabs/dcl160-2021-jul-05
DCL-160: Python Programming
Language: Jupyter Notebook - Size: 2.78 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

UtkuDenizSonmez/flight-deals
Use tequila-api to find the 6 month flight list to a specific location with cheapest prices. Send it to Google Sheets.
Language: Python - Size: 3.91 KB - Last synced at: 9 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

octarinered/OOP
A guide-note to OOP principles and an example of their application in python
Language: Python - Size: 137 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 29

DanielG-H/cube_game
A Python console-based game of cubes.
Language: Python - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

Rawan19/Gaussian_Distribution_Python_Package
developed a package that is used for analyzing both gaussian and binomial distributions
Language: Python - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

KevinB-a/userspace
exercise in oop-in-python with postgree
Language: Python - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

kurosh-wss/rational_number
Rational numbers in python with OOP
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

nathan-booth/dsa
Omaha Data Science Academy Materials
Language: Jupyter Notebook - Size: 12.1 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 2

varunpilankar/Packt
Getting Started with Python Object Oriented Programming
Language: Python - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 94
