Projects in Awesome Lists tagged with learning-python
A curated list of projects in awesome lists tagged with learning-python .
https://github.com/muawiya-contact/hangman-game-on-py
First Task on Python Programming Internship at @CodeAlpha.
beginner-friendly command-line-game game-development game-developmenttext-based-game game-project interactive-game learning-python programming python simple-game word-game
Last synced: 29 Mar 2025
https://github.com/suundumused/learn-to-code
Shortcut repository with basic and quick guide to programming languages.
learn learn-csharp learn-java learn-to-code learncsharp learndev learners learning learning-by-doing learning-python learnjava learnpython
Last synced: 18 Sep 2025
https://github.com/arthurosipyan/python-programming-bootcamp
Derek Banas Python Course from Udemy (https://www.udemy.com/course/ultimate-python-tutorial/)
django learning learning-python python python-practice python-script python3 tutorial
Last synced: 01 Aug 2025
https://github.com/aishikmukherjee/the-turtle-race-in-python-with-gui
Developer/Creator: Aishik Mukherjee
final-year-project game game-development graphical-user-interface gui gui-application learn-to-code learning-python leran-python oops-in-python programming project python python3 ready-to-use solo-project turtle-graphics turtle-python turtle-race-game
Last synced: 10 Aug 2025
https://github.com/brianobot/web_scraping_101
Web Scraping Learning Journey with Python 🐍
learning-by-doing learning-python learning-resources webscrapping
Last synced: 14 Mar 2025
https://github.com/bredalis/scikitlearn
🤖 Library to create ML models 🤖
data ia learning-python librery ml python
Last synced: 04 Mar 2025
https://github.com/bushra-butt-17/deeplearning-projects
This repository contains my assignments and projects related to deep learning, including implementations of fundamental concepts such as Linear Regression, Gradient Descent, Multi-Layer Perceptron (MLP), and more. Each section includes code, explanations, and relevant documentation. The goal of this repository is to showcase my learning journey.
ames-housing-dataset cat-notcat-classification data-science deep-learning deep-neural-networks exploratory-data-analysis gradient-descent iris-classification learning-python linear-regression logistic-regression mlp mlp-classifier visualization
Last synced: 22 Jul 2025
https://github.com/ranitmanik/python-crash-course-cwh
This repository contains a diverse set of Python projects, scripts, and experiments that were developed as part of the Python Crash Course offered by CodeWithHarry. Feel free to explore the code and documentation to gain insights into various Python concepts and practical applications. If you have any questions or suggestions, please don't hesitate
assignment code-practice codewithharry coding course learn-to-code learning learning-by-doing learning-python opencv opencv-python project python python-script python3
Last synced: 23 Mar 2025
https://github.com/hubtou/strings
Print the strings of printable characters in files
command-line-tool learning-python learning-unix malware-analysis malware-analyzer malwareanalysis pnu-project python security security-tools shell tools unix unix-command utility
Last synced: 31 Mar 2025
https://github.com/hubtou/ngc
N-grams count
command-line-tool cryptoanalysis cryptography frequency-analysis learning-python learning-unix pnu-project python shell tools unix utilities
Last synced: 31 Mar 2025
https://github.com/welli7ngton/biblioteca-ui
Sistema gerenciador de bibliotecas
gui-application learning-python library-management-system pyside6 python sololearn
Last synced: 27 Dec 2025
https://github.com/thecalcaholic/pyschool
A python course based on interactive jupyter notebooks :)
jupyter-notebook learn-to-code learning-python programming-exercises programming-fundamentals python
Last synced: 28 Dec 2025
https://github.com/ktnlvr/pystd
An implementation of the Python's standard library made by me and my friend entirely in python
learning learning-by-doing learning-python python python3 wip-do-not-use
Last synced: 24 Mar 2025
https://github.com/affec-ds/proyecto-2-fundamentos-python
Evaluación académica del Sprint 2 del bootcamp TripleTen. Limpieza y análisis básico de datos de usuarios/as usando condicionales, bucles, listas y validación de errores
beginner-project bootcamp data-cleaning data-science data-types jupyter-notebook learning-python lists portfolio python tripleten
Last synced: 01 Apr 2025
https://github.com/daniellopeslins/gerenciador-de-senhas
Um gerenciador de senhas simples em Python com interface de terminal. Adicione, visualize, atualize e exclua senhas usando funções e loops. Perfeito para aprendizado e uso básico!
cli-tool command-line learning-python password-manager python
Last synced: 22 Jul 2025
https://github.com/activestate/recipe-577968-log-watcher-tail-f-log
Log Watcher (tAIL -f *.log)
learning learning-by-doing learning-python recipes snippets
Last synced: 26 Feb 2025
https://github.com/aishikmukherjee/hangman-game-using-python
Developer/Creator: Aishik Mukherjee
code coding easy final-year-project hangman-game hangman-in-python learn-to-code learning-python programming programming-in-python project python python-project python3
Last synced: 09 Apr 2025
https://github.com/learning-game-development/learning-python-game-development
Projects, samples and templates created to learn game development with the Python language
game-development learning-by-doing learning-python python python-game-development
Last synced: 01 Sep 2025
https://github.com/hubtou/mtoc
Show (Unix) Manual table of contents
command-line-tool learning-python learning-unix mdoc pnu-project python shell tools unix utilities
Last synced: 31 Mar 2025
https://github.com/discdiver/memorable-python
Memorable Python book by Jeff Hale
learn-to-code learning-python python python3
Last synced: 27 Feb 2025
https://github.com/itsachrafmansari/python_stuff
Little scripts I write while learning Python.
learning-by-doing learning-python python python3 side-gig
Last synced: 27 Feb 2025
https://github.com/thusharabandara/learning-pandas
learning-python pandas python3 visualization-tools
Last synced: 29 Apr 2025
https://github.com/g4brielxavier/python_brasil_questions
Listas de questões resolvidas do Python Brasil
learning-programming learning-python projects python python-projects
Last synced: 11 Oct 2025
https://github.com/serlus/libpythonpro
Módulo de estudos para pytools do curso python pro
Last synced: 31 Jan 2026
https://github.com/tahir1072a/python_not_defteri
Bu repository python ile ilgili tüm temel ve orta düzey bilgileri içeren bir not defteri şeklinde olması planlanmıştır. Eğitim amaçlıdır
examples-python learning-python pyhton3
Last synced: 15 Mar 2025
https://github.com/muhtarudinsiregar/flask_register_example
Example app with flask
flask flask-application learning-python
Last synced: 22 Jan 2026
https://github.com/nurulashraf/python-simple-calculator
A simple Python-based calculator program with a user-friendly menu. Supports addition, subtraction, multiplication, and division with error handling for invalid inputs and division by zero. Ideal for beginners to learn basic programming concepts and error handling.
calculator error-handling learning-python open-source python python-basics simple-project
Last synced: 31 Mar 2025
https://github.com/dev-print/basic-rock-scissors-paper
An Basic Rock Paper Scissors game, you can use this to learn or something else. Please report bugs and more to me.
cool cool-stuff learning-python newbie-friendly newbiefriendly python python-app python-script python3 rockscissorpaper terminal-app terminal-game
Last synced: 17 Aug 2025
https://github.com/aditya8raj/python
Notes that I made while learning Python
coding coding-journey learning-python programming python
Last synced: 15 Nov 2025
https://github.com/kmr0877/python_notebook_sheets
These Jupyter notebook sheets provide you everything you need to know about Python Programming from scratch to advanced level via interactive notebook sheets
all-about-python everything-about-python learn-by-doing learn-python learn-python-the-hard-way learning-by-doing learning-python python python-for-data-analysis python-for-ml python3-library pythonic
Last synced: 04 Oct 2025
https://github.com/hubtou/about
Show what Python knows about the system, hardware, operating system, environment and itself, phpinfo() like
command-line-tool learning-python pnu-project python shell tools utilities
Last synced: 04 Oct 2025
https://github.com/renmusxd/splash_ml
learn learn-to-code learning-python machine-learning tutorial
Last synced: 31 Mar 2025
https://github.com/srimantapal205/python-3-learn
Learning Python 3
learning-python python3 pythonscript
Last synced: 25 Mar 2025
https://github.com/hubtou/ident
Identify RCS keyword strings in files
command-line-tool learning-python learning-unix pnu-project python shell tools unix unix-command utility
Last synced: 16 Oct 2025
https://github.com/aylia03/expansetracker
little project to learn python basics :)
basics-of-python learning-python python3
Last synced: 02 Aug 2025
https://github.com/openmohan/python-beyond_basics
Training repo for Python
learning-python python training-repository
Last synced: 27 Mar 2025
https://github.com/rayyanazmi/python-class101
Python Class101 is a repository documenting my journey as I learn and master Python programming. The content is still being developed and will be updated regularly. This repository is intended to be a resource for others who are learning Python or want to review the basics. Feel free to explore, contribute, or follow along with my learning journey!
beginner learning-exercise learning-python novice-guide practice resources
Last synced: 25 Sep 2025
https://github.com/nmelgar/python_for_students
These are the activities worked on a Python course called "Python for students". I learned about loops, variables, functions, lists and conditional statements.
code junior-developer learning learning-python python python3 software-development
Last synced: 30 Mar 2025
https://github.com/fygen/htmlcss
MDN Learning Area
learning-exercise learning-python mdn mdn-docs
Last synced: 24 Jan 2026
https://github.com/canytr/python-course
This repository contains a series of lessons covering fundamental topics in the python programming language.
learning-python python python-course python-examples python3 tutorials vscode
Last synced: 11 Jun 2025
https://github.com/rapmd73/learningpython
This is a code repository series for my Learning Python videos on YouTube.
learning learning-by-doing learning-python oanda oanda-api oanda-api-v20 oanda-rest python python3
Last synced: 12 Jun 2025
https://github.com/iamnotadams12/python-project
Annalysing the covid dataset using the python library like numpy, pandas, matplotlib and seaborn.
data-analysis data-science docker hacktoberfest-accepted learn-to-code learning-python machine-learning project python python-programming-exercises python4datascience python4everybody student-vscode tutor-milaan9
Last synced: 29 Apr 2025
https://github.com/yuldashov10/topic_12
12. Работа с множествами
learning-python programming python python3 shox-py
Last synced: 30 Jul 2025
https://github.com/mateuszk098/python-learning-notes
Part of notes/scripts used during python learning - from the easiest up to advanced topics.
algorithm-challenges algorithms data-structures exercises hackerrank hackerrank-solutions learning learning-exercise learning-python oop python python3 scripts-collection solutions
Last synced: 07 Nov 2025
https://github.com/marielachirinosr/first-python-steps
Exploring Python basics. Simple code statements to understand the fundamentals.
Last synced: 02 Jan 2026
https://github.com/hubtou/unicode2ascii
Unicode to Ascii command-line utility and Python library
command-line-tool learning-python learning-unix library pnu-project python shell tools unicode unicode-converter unix utilities
Last synced: 31 Mar 2025
https://github.com/hubtou/what
Identify SCCS keyword strings in files
command-line-tool learning-python learning-unix pnu-project python shell tools unix unix-command utility
Last synced: 31 Mar 2025
https://github.com/hubtou/prep
Prepare text for statistical processing
command-line-tool learning-python learning-unix pnu-project python shell tools unix unix-command utilities
Last synced: 31 Mar 2025
https://github.com/epamelisaosinery/python-for-beginners
5 Fundamentals of Python by Epamelis Empire
learning-python python python-exercises python-notes python3 school
Last synced: 02 Apr 2025
https://github.com/hubtou/echobox
Write arguments in a box to the standard output
command-line-tool learning-python learning-unix pnu-project python shell tools unix utilities
Last synced: 06 Sep 2025
https://github.com/hubtou/basename
Return filename or directory portion of pathname
command-line-tool learning-python learning-unix pnu-project python shell tools unix unix-command utilities
Last synced: 31 Mar 2025
https://github.com/hubtou/b2bt
Back-to-back testing utility
command-line-tool learning-python learning-unix pnu-project python shell test-automation testing testing-tools tools unix utilities
Last synced: 31 Mar 2025
https://github.com/hubtou/libmanconf
library for handling man(1) and manpath(1) configuration files
learning-python learning-unix library mdoc pnu-project python shell unix
Last synced: 24 Jul 2025
https://github.com/dahlitzflorian/advent-of-code-2018
My solutions for the advent of code 2018 challenges
advent-of-code advent-of-code-2018 coding coding-challenge learn-to-code learning learning-python python python-3 python3
Last synced: 02 Aug 2025
https://github.com/zoelabbb/playwithpy
Repository ini dirancang untuk memfasilitasi pembelajaran Python bagi pemula / orang awam yang ingin mengembangkan keterampilan pemrograman mereka. Dengan berbagai sumber daya, tutorial, dan contoh kode, repository ini bertujuan untuk membantu Anda memahami dasar-dasar Python dan meningkatkan kemampuan pemrograman Anda.
beginner-friendly comunity development education learning learning-python programming python python-basics tutorial
Last synced: 05 Nov 2025
https://github.com/tutupharirabu/bookbot
Bookbot is a Python program that analyzes novels and prints a statistical report of the word and character usage found within
Last synced: 05 Sep 2025
https://github.com/ejsdotsh/learning
a monorepo for all of my learning projects
12in23 commit-log compilers distributed-systems go golang grpc learning-by-doing learning-go learning-in-public learning-python python3
Last synced: 25 Dec 2025
https://github.com/pathak-ashutosh/lpthehardway
This is my code while learning Python from lpthw.
exercise-solutions learning-python lpthw python-3
Last synced: 27 Jun 2025
https://github.com/atultherajput/playwithpython
My Codes in Python while learning.
arrays learning-python python python3
Last synced: 27 Jun 2025
https://github.com/hubtou/anagram
Rearrange letters to form new words
command-line-tool game learning-python learning-unix pnu-project python shell tool unix utility words wordscapes
Last synced: 31 Mar 2025
https://github.com/lainyshion/proyecto-2-fundamentos-python
Evaluación académica del Sprint 2 del bootcamp TripleTen. Limpieza y análisis básico de datos de usuarios/as usando condicionales, bucles, listas y validación de errores
beginner-project bootcamp data-cleaning data-science data-types jupyter-notebook learning-python lists portfolio python tripleten
Last synced: 29 Mar 2025
https://github.com/scienxlab/notebook
A literal Python notebook, like IRL
book learning-python learning-resources notebook printable
Last synced: 15 Feb 2026
https://github.com/loosedwhale/first-home-exam-python
Python Home Exam realised to GitHub as a learning experience. For further information read README.md
exam learning-python python python3
Last synced: 26 Jun 2025
https://github.com/oradwell/python-hangman
Hangman written in Python as a practice for learning Python
hangman learning-python practice
Last synced: 22 Jul 2025
https://github.com/lexiortiz/python-practice
Notes and practice on python.
learning-python notes practice-exercise
Last synced: 04 Mar 2025
https://github.com/hafizcode02/sendmail-python
Simple Send Email with Python
learning-python python simple-project
Last synced: 25 Jun 2025
https://github.com/maxshalom/learning-python
Code examples and notes from the Python course on learnpython.org with repl.it online IDE.
learn-to-code learning-python python
Last synced: 04 Jul 2025
https://github.com/lucretia/python_crash_course
Learning Python using the Crash Course book
crash-course learning learning-by-doing learning-python python python-3 python3 tutorial-exercises tutorial-sourcecode
Last synced: 16 May 2025
https://github.com/gowhale/ice-breaker-game
A small fun game I created to show my mentees the benefits of GitHub.
fun game ice-breakers learning-by-doing learning-python meeting
Last synced: 11 Mar 2025
https://github.com/saifiimuhammad/learnwithme-python
Welcome to my LearnWithMe - Python! 🚀 This repository contains all my Python learning materials, including notes, code snippets, and projects. It covers concepts from basics to error handling and advanced topics.
learn-to-code learning-python projects python python3
Last synced: 26 Mar 2025
https://github.com/joaopalmeiro/pybites
Possible solutions to PyBites challenges.
learning-python pybites python
Last synced: 26 Mar 2025
https://github.com/bhavin192/lpy-dgplug
Repository of all Python problems solved during dgplug summer training 2017
learning learning-python python3
Last synced: 15 Jun 2025
https://github.com/adriangeorgem/blackjack-card-game-project
Engage in a classic game of Blackjack with this Python-based, text-only game. Perfect your strategy against a computerized dealer in this immersive command-line experience.
blackjack card-game game-development interactive-programming learning-python python text-based-game
Last synced: 02 Mar 2025
https://github.com/yuldashov10/topic_11
11. Работа с кортежами
learning-python programming python python3 shox-py
Last synced: 11 Sep 2025
https://github.com/aashish22bansal/python-programming
Python Programming
jupyter-notebook learning learning-by-doing learning-python learning-resources python
Last synced: 01 Mar 2025
https://github.com/luca-pellegrini/simple-platformer
Simple platformer 2D game made with the Python Arcade Library
arcade-game arcade-library learning learning-python platformer-game python python3
Last synced: 28 Mar 2025
https://github.com/fer-aguirre/learn-python
Collection of Python scripts organized by topics 🐍
learning-exercise learning-python python tutorial-code
Last synced: 09 Oct 2025
https://github.com/reagentx/markov_python
Codecademy Final Project supplementary code patched for Python 3.6.x
learning-python markov-chain patch
Last synced: 26 Mar 2025
https://github.com/dzooli/pcep_prepare
Learning and training myself for PCAP certification
certification learning-by-doing learning-exercise learning-python pcap pcep python
Last synced: 15 Mar 2025
https://github.com/hubtou/whois
Internet domain name and network number directory service (BSD whois clone with caching)
command-line-tool learning-python learning-unix network-analysis network-security network-visualisation network-visualization pnu-project python security-tools shell tcpip tools unix unix-command utility whois whois-client whois-information whois-lookup
Last synced: 31 Mar 2025
https://github.com/lazydoomslayer/python-fundamentals
A comprehensive collection of Python fundamentals, including examples and exercises to build strong programming foundations.
learning-python programming-fundamentals-exercises python3
Last synced: 19 Jun 2025
https://github.com/hubtou/strfile
Create a random access file for storing strings
command-line-tool fortune-files fortune-format learning-python learning-unix pnu-project python quotes-application shell tools unix unix-command utility
Last synced: 31 Mar 2025
https://github.com/raptorbytes/raptorzb
A zipbomb creation tool. NOT FOR EVIL DO-ERS!
learning-exercise learning-project learning-python zipbomb
Last synced: 10 Sep 2025
https://github.com/hubtou/filefixer
A Python+Tkinter portable Apple ][ DiskFixer/Disk Edit clone for files instead of disks
apple2 apple2c apple2e apple2gs disk-image editor hexadecimal learning-python python tkinter tkinter-graphic-interface tkinter-gui tkinter-python viewer
Last synced: 31 Mar 2025
https://github.com/hubtou/manpath
display search path for manual pages
command-line-tool learning-python learning-unix mdoc pnu-project python shell tools unix unix-command utility
Last synced: 31 Mar 2025
https://github.com/hubtou/dcmp
compare two directories, deduplicating if requested
backup-tool backup-utility command-line-tool compare-files deduplication deduplication-command learning-python learning-unix pnu-project python shell tool unix utility
Last synced: 31 Mar 2025
https://github.com/hubtou/adsv
Analyze delimiter-separated values files
command-line-tool csv csv-converter csv-format csv-parser csv-parsing csv-reader csv-reading data data-analysis data-engineering data-mining learning-python pnu-project python servier shell tools unix utility
Last synced: 31 Mar 2025
https://github.com/macabdul9/python-learning
beginners-guide core learning-python python python-learning python3
Last synced: 05 Apr 2025
https://github.com/rhythmusbyte/my-journey
This repository contains code snippets, essential files, and other resources that I used to learn programming.
c javascript learn learn-to-code learning-by-doing learning-exercise learning-exercises learning-python python python3
Last synced: 15 May 2025
https://github.com/activestate/recipe-577676-dirt-simple-mapreduce
Dirt simple map/reduce
learning learning-by-doing learning-python map-reduce recipes snippets
Last synced: 26 Feb 2025
https://github.com/rstacks/advent-of-code-22
My solutions to Advent of Code 2022 challenges.
javascript learning-by-doing learning-exercise learning-js learning-python python3
Last synced: 26 Dec 2025
https://github.com/devzakir/python-101
Learning Python for the first ime.
beginner learn-by-doing learn-programming learn-squad learning-python python
Last synced: 24 Jul 2025
https://github.com/amann4512/proyecto-2-fundamentos-python
Evaluación académica del Sprint 2 del bootcamp TripleTen. Limpieza y análisis básico de datos de usuarios/as usando condicionales, bucles, listas y validación de errores
beginner-project bootcamp data-cleaning data-science data-types jupyter-notebook learning-python lists portfolio python tripleten
Last synced: 21 Aug 2025
https://github.com/ajackal/python_tutorials
Lessons to learn Python!
learn learn-to-code learning-python python
Last synced: 09 Mar 2025