This repository contains beginner-friendly Python projects.
-
Basic_Examples/
Short, focused Python examples covering the basics: variables, lists, dictionaries, loops, functions, conditionals, string operations, and more. -
Basic_Projects/
Small CLI projects to help you learn and practice: calculator, password generator, number guessing, quiz game, stopwatch, unit converter, and many more.
-
Clone or download this repository.
-
Make sure you have Python 3 installed.
-
Open a terminal in this project directory.
-
To run any script:
python3 Basic_Examples/FILENAME.py # or python3 Basic_Projects/FILENAME.pyReplace
FILENAME.pywith the script you want to run. -
For interactive scripts (ones that use
input()), follow the prompts in your terminal.
If you find it helpful, leave a star ⭐ or fork the project!