There are 7 repositories under python-classes topic.
Python OOP : Object oriented Programming in Python
🎉 Interactive games developed using Python for learning programming.
Python Solutions to HackerRank problems involving Object-Oriented Programming, Graph Search Algorithms, and Matrices
Python OOP tutorial with three examples(Point class, Animal Class and Rectangle Class) & one project (Student Management System)
Clear your python Basics here.
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.
Various data processing and manipulation techniques in Python.
A python course managed by myself
Solver for the 'Scramble Squares' class of puzzles.
Introduction to programming in Python, JavaScript: warm up and SQL.
Concept of Python Classes in simple words :)
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.
Python OOPS, Data-Structure & Algorithms, Unittests, Introduction to MySQL, Web_Jquery, Web_Scraping, Networking
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.
Project 4 of Openclassrooms Path - Chess Tournament -- create a console programm for a Chess Tournament
Udemy course Python Masterclass
This repository contains all the codes that was written during ALX sprint 2
A simple python game where you have to control a car ,avoid rocks , collect coins and travel your way
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
Python exercises
Explaining the basics of Python concepts -- Objects and Classes, and Generators
A cool UI library using tkinter.
Building strong foundations in Python.
Lock-R is an amazing terminal-based python program where a user can store credentials of different applications or services and generate passwords.
A chasing game with fruit. I made it.
Module 10: Advanced Data Storage and Retrieval
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.
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.
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!
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.
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.
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.
Intermediate python samples and exercises
A comprehensive collection of my notes and code examples for revision, covering Python OOP concepts, advanced topics like operator overloading, multithreading, file I/O, and more — structured for easy learning and quick reference.