A small, hands-on collection of Python mini‑projects built to learn by doing. Each project is self‑contained in its own folder with:
a runnable Python script (.py)
a short README explaining what it does, how to run it, and an example
No frameworks, no extra packages—just plain Python 3.
Folder: Calculator/
Folder: Grade-Checker/
Folder: BMI/
Folder:Even Odd Identifier/
Folder: Random Number guessing/
Folder: LCM Calculator/
It generates a random number using uppercase, lowercase letters and numbers and special characters
Select rock,paper,or scissors with computer
Go Desktop Open a terminal cd into the project folder Run: python3 filename.py
Mobile IDE
Open the folder, tap the .py file, and Run
All programs prompt for input and print results to the console.
Requirements Python 3.x
Works on Windows, macOS, Linux, and mobile IDEs (no external libraries)
Folder Structure Python-beginner-learnings/
Calculator/
calculator.py
README.md
Grade-Checker/
grade_checker.py
README.md
BMI/
bmi_calculator
README.md
Even Odd-Identifier/
Even odd_identifier.py
README.md
Random-Number guessing/
random_number guessing.py
README.md
LCM-Calculator/
lcm_calculator.py
README.md
Rock_Paper_Scissors/Rock_paper_scissors
For your Contribution in Beginner‑friendly project you are welcome.