python-classes
There are 65 repositories under python-classes topic.
harismuneer/Awesome-Python-Games
🎉 Interactive games developed using Python for learning programming.
Deepali-Srivastava/object-oriented-programming-in-python
Python OOP : Object oriented Programming in Python
ddayto21/HackerRank-Python-Solutions
Python Solutions to HackerRank problems involving Object-Oriented Programming, Graph Search Algorithms, and Matrices
rampal-punia/python-class-tutorial
Python OOP tutorial with three examples(Point class, Animal Class and Rectangle Class) & one project (Student Management System)
pwwang/attr_property
Property support for attrs
thewickedkarma/Python-tutorial
Clear your python Basics here.
windsuzu/PythonUniverse
The goal of PythonUniverse is to collect and organize Python skills in one place. We've collected some Python techniques, Python modules, and some libraries for data science. Each Topic includes code snippet and further explanation.
kkasra12/pythonClass981
A python course managed by myself
roadfoodr/scramble-squares-solver
Solver for the 'Scramble Squares' class of puzzles.
Sophy8281/b-refresh
Python basics refresh
Tafara-N/alx-higher_level_programming
Introduction to programming in Python, JavaScript: warm up and SQL.
YashMarmat/Classes-in-Python
Concept of Python Classes in simple words :)
B16CS006/Video_Player
Video Player using Face Detection. Through this application we can play video from a folder "playlist". We can play/pause/resume/stop the video. If the video is finished then it automatically play the next video.
Bigizic/alx-higher_level_programming
Python OOPS, Data-Structure & Algorithms, Unittests, Introduction to MySQL, Web_Jquery, Web_Scraping, Networking
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.
DoriDoro/Chess_Tournament
Project 4 of Openclassrooms Path - Chess Tournament -- create a console programm for a Chess Tournament
eoinwhelan640/python-masterclass
Udemy course Python Masterclass
ezeisraeljohn/alx-higher_level_programming
This repository contains all the codes that was written during ALX sprint 2
git-aditya-star/python-game-The-red-driver
A simple python game where you have to control a car ,avoid rocks , collect coins and travel your way
Holladworld/alx-higher_level_programming
Repository contain all my Works and Tasks & Project done in the Software Engineering Training. This task focuses on learning higher languages including Zen Python, JavaScript, Html, and other higher languages
luismiguelcasadodiaz/42Barcelona_ciber_python
Python exercises
mkosaka1/Python_Basics
Explaining the basics of Python concepts -- Objects and Classes, and Generators
VenesaOkuna/lock-R
Lock-R is an amazing terminal-based python program where a user can store credentials of different applications or services and generate passwords.
dsherbini/data-processing-python
Various data processing and manipulation techniques in Python.
kofikorang12/alx-higher_level_programming
This repository contains all the code base of all ALX Software Engineering program higher level programming
Tik-Ten/Profile-Faker
Use Faker library for create some fake profiles. You can create fake profile easy!
TomSeifert44/python-quizlet
Quizlet program built with Python to help me study for finals (in progress)
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
alipnm/Fruits_chasing_game
A chasing game with fruit. I made it.
balajimanilal/Interactive-Python-Quiz-Game
This repository contains a Python-based quiz game. The quiz tests the player's knowledge with a series of True/False questions on computer science topics. The game keeps track of the score as the player answers each question and provides feedback after each response.
balajimanilal/OOP-Coffee-Machine-Program
This project simulates a coffee machine using Object-Oriented Programming (OOP) in Python. Users can purchase coffee drinks like espresso, latte, or cappuccino, and the machine keeps track of resources (water, milk, coffee), processes payments via coins, and manages the order flow for multiple coffee drinks.
balajimanilal/Py_Capstone2-Turtle-Crossing-Game
Welcome to the Turtle Crossing Game, a fun and challenging game where you guide a turtle across a busy road full of cars. The game gets progressively harder as you advance through levels, with the cars moving faster as you succeed!
balajimanilal/Python-Hirst-Art-Simulation
This repo uses the Python turtle module to create a Hirst-inspired dot painting. The program generates a grid of colored dots, each picked randomly from a predefined list of RGB color values, using Turtle graphics.
balajimanilal/Python-s-Classic-Snake-Game
This is a classic Snake Game built using Python's Turtle module. The snake moves around the screen, eating food, and growing in size. The goal is to get the highest score by consuming as much food as possible without colliding with the walls or the snake's own tail.
balajimanilal/Python-Two-Player-Pong-Game
This is a simple implementation of the classic Pong game using Python's Turtle graphics library. The game features two paddles controlled by players, a bouncing ball, and a scoreboard to track points.
dsherbini/interactive-movie-database
An interactive movie database using Python.