A collection of small Python projects I built while learning and practicing Python.
These projects help me practice Python fundamentals by building simple programs and games.
- Calculator - A basic calculator for performing arithmetic operations.
- BMI Calculator - Calculates BMI based on weight and height.
- Weight Converter - Converts weight between kilograms and pounds.
- Number Guessing Game - A simple game where the user tries to guess a randomly selected number.
- Car Game - A basic text-based car simulation controlled with commands.
- Variables and data types
- Taking user input
- Conditional statements
- Loops
- Functions
- Boolean values
- Basic calculations
- Working with strings
- Building small projects
Make sure Python is installed on your computer.
Navigate to the project folder and run the Python file:
python filename.py
Each project may have its own README with specific instructions.
These are small practice projects built while learning Python. I will continue adding new projects and improving existing ones.