An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: oops-in-python

ifeelgarv/GFG-Python-DSA-Bootcamp

📍This repos contains all the topics of DSA using Python Language.🚀 Explore Python with codes, notes, and explanations.

Language: Python - Size: 82 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GodsonKoithodathu/Pong-game

Developed a Pong game using Python programming, utilizing the turtle module for graphics, object-oriented programming (OOP) principles to structure game components, and the time module to manage game timing and animations.

Language: Python - Size: 2.93 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GodsonKoithodathu/Quiz-Game

Created a Quiz game using Python programming, featuring a graphical user interface built with the tkinter library, and structured with object-oriented programming (OOP) principles for managing questions, scoring, and timing

Language: Python - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

GodsonKoithodathu/Turtle-racing-game

Developed a simple racing game using Python, employing the turtle module for graphics, object-oriented programming (OOP) principles to structure the game, and the time module to control the race's timing and speed.

Language: Python - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GodsonKoithodathu/Snake-Game

Created a simple Snake game using Python, utilizing the turtle module for graphics, implementing object-oriented programming (OOP) principles for game structure, and the time module to manage game timing and animations.

Language: Python - Size: 2.93 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nikitaprasad21/Inventory-Management-System

Inventory Management System for Posh Palette - A High-End Lifestyle Retailer using SQL

Language: Python - Size: 25.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SKR18156592/codepulse

Measure execution time for each line of code

Language: Python - Size: 37.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

R4255/fitness_tracker

Fitness Tracker Of a User

Language: HTML - Size: 3.19 MB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Chirag-agg/Credit-Card-Validator

Developed a Python class to validate credit card numbers using the Luhn algorithm. The class processes user input, cleans and reverses the digits, and applies the Luhn checksum algorithm to determine the validity of the card number. Features include input handling, validation logic, and user interaction through a class method for execution.

Language: Python - Size: 1.95 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sreejith-as/quiz_game

This Python project is a simple quiz game that tests the user's general knowledge. The game presents a series of true/false questions and keeps track of the user's score.

Language: Python - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

GoesToTwentyOne/BackEnd_Engineering_Track_101

Python: Versatile language. OOP: Organizing code with objects for modularity. Real-life project: Applying OOP practically. MySQL Advance: Efficient data management with features like stored procedures. Django Framework: Python MVT framework for streamlined web app backend.

Language: Python - Size: 8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ArvindDutt/Python

This repo contains the code snippets and programs that I came across while working on projects. It also contains some beginner level code snippets that can be useful to people who are starting with Python

Language: Jupyter Notebook - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

sahilsea/100-Days-Python

100 Days of Python Challenge .

Language: Python - Size: 68.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Swapno963/Bank_Management_oop

The Bank Management System is an OOP-based project that supports two user types: Admin and Normal User. Normal users can create accounts, check balances, withdraw/deposit funds, transfer money, and apply for up to two loans. They are also restricted from withdrawals if the bank is bankrupt.

Language: Python - Size: 2.93 KB - Last synced at: 8 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

rashmisjoshi/Car_Rental_System

Prepared a simple Car Rental System using Dictionary and List

Language: Python - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Xerx81/Pixel-Runner

An endless runner game made using pygame.

Language: Python - Size: 12.1 MB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

prakrititz/MIPS--simulation

A simple simulation of MIPS architecture in python

Language: Python - Size: 7.81 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sinan-ashraf/turtle-crossing-game

A fun and interactive python game, created using OOP and Turtle Module

Language: Python - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hima890/AirBnB_clone_v3

Welcome to the Airbnb Project - Version 3! This project is a comprehensive RESTful API implementation built with Flask and Flask-RESTful. It emulates core functionalities of the Airbnb platform, including managing users, places, states, cities, and amenities.

Language: Python - Size: 960 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

walterdev710/mini-quiz-app

I created a mini quiz app using OOP in Python. I used the OpenTDB API to get new questions. For the GUI, I used the Python tkinter library.

Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

camicontr/TempPredictAPI

API developed with FastAPI for temperature prediction using RNN

Language: Python - Size: 426 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

camicontr/twitter-api-fastapi

API with the basic functionalities of twitter using FastApi, PostgreSQL and Docker

Language: Python - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

hans772/FlappyBird

Flappy Bird Game made using Python and Pygame

Language: Python - Size: 638 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

adoumouangnamouemmanuel/solar-system-simulation

The Solar System Simulation project is a Python-based simulation of the solar system, utilizing Pygame for visualization and various calculations for accurate celestial physics. The project aims to provide an educational tool to explore planetary dynamics, including gravitational interactions, orbital mechanics, and visualization.

Language: Python - Size: 3.47 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Column01/Discord-Moderation-Bot

Modular Moderation bot for Discord

Language: Python - Size: 94.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 110 - Forks: 61

hans772/SnakeGame

My first attempt at making a basic snake look-alike.

Language: Python - Size: 9.9 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

walterdev710/pong-game

I created a Pong game using the Python turtle module and object-oriented programming (OOP) principles

Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rralbertoroman/strandschiff

A ship for taking underwater pictures and localize cans in the bottom of the sea.

Language: Python - Size: 51.8 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hans772/NeuroEvolution

An attempt at creating a simulation of live evolution of NEAT neural network using a simple Entity & Food model..

Language: Python - Size: 33.2 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Youknow2509/Design_Parttern

Code Example Design Parttern for Golang, Java, Python, ...

Language: Python - Size: 205 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

niteshkuwarbi/LibraryManagementSystem-Python

A student library system using OOPs where students can borrow and return a book from the list of books.

Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

SergeiMischenko/project_1_RPG_Battle

Simple Python text-based RPG for your terminal! Простая RPG Python игра в вашей консоле!

Language: Python - Size: 6.6 MB - Last synced at: 23 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Cocomekko/ping-pong

Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Suryapardana/python-oop-inheritance-sederhana

simple program game oop inheritance is simple by using the python language

Language: Python - Size: 3.91 KB - Last synced at: 9 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

ChetanSureka/library-management-cli

techolution assignment

Language: Python - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Cocomekko/snake-game

Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rlui001/Banking-Project

Mini Python Banking System- utilizing mySQL and OOP Python with proper exception handling/logging

Language: Python - Size: 879 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

saifaw165/budgy

Tableau budgeting dashboard project showcasing ETL process

Language: Jupyter Notebook - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

shrivatsashetty/Python-Programs

Begginer to intermediate level Object Oriented programs in Python. Feel free to refer this repo of mine if you want to learn Python or refresh your basics of it

Language: Python - Size: 697 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Deepali-Srivastava/object-oriented-programming-in-python

Python OOP : Object oriented Programming in Python

Language: Python - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 80 - Forks: 87

Ankit-Khule/OOPs-in-Python

Object-Oriented Programming in pythons

Language: Python - Size: 154 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

jobin-peter/oop-with-python

Welcome to the Python OOP Concepts repository! This repository is dedicated to explaining the Object-Oriented Programming (OOP) paradigm in Python through a single comprehensive example - a Vehicle management software

Language: Python - Size: 1.59 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Gthejesraj/Data_Science

Mastering Data Science

Language: Jupyter Notebook - Size: 9.61 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Prince-ag/College-President-Voting-Machine

Python-based electronic voting system for college president elections. Features include secure user authentication, candidate selection, and real-time result tabulation. Designed to ensure transparency and accuracy, fostering democratic participation and efficient election management within the college community.

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kaiquefreire05/py-orders-database-project

Language: Python - Size: 68.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

s-shemmee/Object-Oriented-Programming-Concepts

Object Oriented Programming Concepts Notes

Size: 620 KB - Last synced at: 25 days ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 2

Harxhit/Snake-Game

"I developed a classic Snake game using Python, demonstrating proficiency in game development and Python programming. Implemented using fundamental concepts such as loops, functions, and basic game mechanics, the project showcases my ability to create interactive and engaging applications."

Language: Python - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Harxhit/Pong-Game-

Developed an interactive and engaging Pong game using the Python Turtle library, showcasing creativity and technical proficiency in game development.

Language: Python - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

RAD-AgileDevOps/Software-Engineer_Sample_portfolio

Sample Python codes geared towards solving common problems encountered in my work, and also from client projects(amended for confidentiality)

Language: Python - Size: 61.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Md-Emon-Hasan/Python-Basic

A repository providing basic Python tutorials and examples, designed to introduce beginners to programming fundamentals and practical applications.

Language: Python - Size: 26.4 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

LeandroRochAlg/Desafio-de-POO-sobre-Formula-1

[PT] Sistema de controle de resultados da Formula 1. Cadastros de equipes, pilotos, pistas, GPs e suas devidas corridas, com a consulta da tabela do campeonato seguindo as regras da categoria.

Language: Python - Size: 212 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

wolfjpy/toy_snake_game

A Terminal-based Toy Snake Game

Language: Python - Size: 60.5 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

SHAMBAMAJUMDER/Capston-Project-Introduction-To-Computer-Programming

Capston Project:Introduction To Computer Programming

Language: Jupyter Notebook - Size: 205 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Abhilove-Goyal/MY-Snake-Game

A classic SNAKE GAME implemented in Python without using external libraries. CONTROL the snake to EAT food, GROW longer, and avoid collisions and ADDICTION(^_^). Features include real-time score tracking and a simple, text-based interface for an engaging gameplay experience. ENJOY PLAYING THIS TILL till i make ANOTHER PROJECT!!!

Language: Python - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

hiteshnarayan/Minor-Project-Python

Hey! Here, you'll find a collection of projects and learning experiments that I've worked on to enhance my skills in Python and other technologies. Each project is a step towards mastering different tools and frameworks, reflecting my journey in software development.

Language: CSS - Size: 11.4 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ChinmayChoudhary/Scientific_computing_python_course

projects of scientific computing with python certification course

Language: Python - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

tron01/python-Lab-programms

python Lab programms

Language: Python - Size: 925 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 2

RaionChan/Face_Recognition

A face recognition attendance system that uses advanced facial recognition technology to automate and streamline attendance tracking, ensuring accuracy and efficiency. The system leverages Python, OpenCV, and deep learning algorithms to provide real-time, secure attendance logging and management.

Language: Python - Size: 11.6 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AvikAgarwala/Python-Binary-Coders

Python codes for 💻Binary Coders community (🔒private community)

Language: Jupyter Notebook - Size: 358 KB - Last synced at: 7 months ago - Pushed at: about 2 years ago - Stars: 29 - Forks: 7

letsdeepchat/Techgig-30-Day-Challenge

Hello there! Here is 30-Day coding challenge using Python for Techgig and also I have HackerRank 30 Days coding changes coding repository. which really important for those guys who just started coding. I tried to explain basic coding for fresh coders.

Language: Jupyter Notebook - Size: 99.6 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 5

ldpacl/slot_machine_game_repo

A simple slot machine game using python

Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

manasvi0828/Intermediate-Python-Concepts

This repository contains codes for practice and understanding of intermediate Python topics

Language: Python - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

VishalSinhaRoy/CodeStorm-Challenge

This includes different challenging coding problems and their solved solutions using Python.

Language: Jupyter Notebook - Size: 29.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MhdRizwanOfficial/Hospital-Management-System

A Python-based console application for managing hospital operations, including patient admissions, room availability, doctor listings, and patient discharge processes. This system leverages object-oriented programming principles to ensure an efficient and organized approach to healthcare management.

Language: Python - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

adiraj297/Iotcarshare

The following project was developed as a part of Internet of Things, otherwise known as IOT for the Raspberry Pi where a car rental booking system is running on a Master Raspberry PI and can be accessed by customers to book cars along with Agent PIs on cars with addtional accessability.

Language: Python - Size: 6.77 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

iAmSherifCodes/Hotel-Reservation

Design and implementation of Hotel Reservation application. Written in Python with Test-Driven-Development

Language: Python - Size: 389 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

modemobpsycho/my-codewars-solutions

In this repository, I provide my solutions to problems of various levels of complexity provided by the Codewars platform.

Language: Python - Size: 15.6 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

HARISHKUMAR023/OOP_applications

Learn OPP using Python & Low level Desing appliaciton

Language: HTML - Size: 12.7 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sahilwadhwa0/Ping-Pong-Game

Its a classic game, in which two players can simultaneously at the same time. Both have to defend there point and score against there opposite player .

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sahilwadhwa0/Classic-Snake-Game

It's a classic game in which a object is randomly displayed at screen (snake's food) and snake had to eat it .

Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

satyamsoni2211/lazy_alchemy

Lazy-Alchemy is a Python package that loads the database models lazily. https://pypi.org/project/lazy-alchemy/

Language: Python - Size: 43.9 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 1

developerraul2003/TO_DO_List

TO-DO-LIST

Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

developerraul2003/ATM_Project

ATM project

Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

SAI-SRINIVASA-SUBRAMANYAM/youtubeScrappingWebsite-Public

Developed project with intention of understanding of web scrapping, api integration, talking to 3rd party libraries

Language: Python - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 1

sperezp23/Logica_de_programacion_con_Python

Resositorio con diversos programas con los cuales he dearrollado mi logica de programación usando Python. Aquí encontraras proyectos desde mis primeros pasos hasta mis últimos ensayos para futuras ideas.

Language: Jupyter Notebook - Size: 1.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

SharkTien/Tengee

An Object-Oriented Programming Project Using PyQt5

Language: Python - Size: 40.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

judeabii/CabBookingSystem_LLD

A low-level design implementation of a cab booking system.

Language: Python - Size: 227 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hiteshnarayan/Flight_Finder-API

Cheap Flight Finder app allows users to search for the cheapest flight - Uses RESTful API by Tequila Kiwi and Google Sheety for retrieving data

Language: Python - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alvinhanafie/OOPImplementationForMachineLearning

OOP Implementation in Classification and Regression model in Machine Learning

Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

RafaelLisboa/PingPong

The classic Ping Pong made in Python and totally object oriented

Language: Python - Size: 152 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

lourdilene/guess-the-number

Number guessing game played between two players: human and computer. Basic Python project for studying object-oriented programming and machine learning with the scikit-learn library.

Language: Python - Size: 74.8 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Rupa-Veerala/OOPS-IN-PYTHON

OOPS Concept. This repository will help you for revision purpose. This Repository covers classes & objects, constructors, attributes, methods, access modifiers,

Language: Python - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Spend-Wise/Spend-Wise

Spendwise is a ultimate finance companion for seamless budgeting. Create budgets, track expenses, and archive records effortlessly for financial empowerment.

Language: Python - Size: 346 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 2

Dev-Kings/AirBnB_clone

The project is an AirBnB clone

Language: Python - Size: 170 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

developerraul2003/Personal_Blog

Personal Blog

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

developerraul2003/Library

Library project

Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

success4lyf/Cafe-App-Project

A pop-up Cafe App that lets user to create, update, delete and track orders

Language: Python - Size: 303 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

nahidusha/Math_Battle

Math Battle is an engaging arithmetic game where users must quickly solve mathematical expressions involving addition, subtraction, multiplication, and division. The game is designed to progressively increase in difficulty, challenging users to improve their mental math skills. Players compete to achieve the highest scores, with the top three perfo

Language: Python - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

ViniciusReisch/CRUD-Supermarket

Project developed in the Entra21 Python Class - CRUD made in python of a supermarket to create customers, products and sales.

Language: Python - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 1

jatinjivnani/Pw_Data_Science_masters_2.0_assignments

PW Data Science masters 2.0 Master assignments repository

Language: Jupyter Notebook - Size: 1.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

parth-f/Python

Practicing Python to Learn and Conquer Data Problems

Language: Python - Size: 64.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

bishtanuj/python

This repository is made to learn the python from scratch to advance level.

Language: Python - Size: 6.44 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

EpicNesh26/Python-Blackjack-game

This is a Python script for a simple text-based Blackjack game. The script defines several classes to represent the game's components, including Card, Deck, Hand, and Game.

Language: Python - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

myasoedas/snake-game

The Snake game. Educational project. The course "Python developer plus" from Yandex Practicum.

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

developerraul2003/Medical_Appointment_system_Project

Medical Appointment System

Language: Python - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tanisha0605/Python-practical-practice

Python practicals codes

Language: Jupyter Notebook - Size: 2.52 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

siddikayyappa/MNIST-classification

The Following repository contains the code for the MNIST classification tasks, with the help of various machine learning techiniques, like DNN, CNN, K-means, GMM

Language: Jupyter Notebook - Size: 24.5 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

rahulbhoyar1995/Design-Patterns-in-Python

Explore Python implementations of classic design patterns for efficient and scalable software development. Enhance your coding skills with practical examples.

Language: Python - Size: 4.63 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

Ashraf840/Python-Topics-Basic-In-depth

The sole purpose of this repository is to store different mystifying topics of Python.

Language: Python - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Salma-Mamdoh/Python

My journey in Learning Python

Language: Jupyter Notebook - Size: 1.46 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0