This repository contains beginner-friendly Python projects created while learning Variables, Data Types, Input/Output, Operators, and Basic Arithmetic.
These projects are designed to strengthen Python fundamentals and improve problem-solving skills.
Convert temperature between:
- Celsius to Fahrenheit
- Fahrenheit to Celsius
Concepts Used
- Variables
- Float data type
- User Input
- Arithmetic Operators
- Formatted Output
Calculate current age using birth year.
Concepts Used
- Integer variables
- Input
- Arithmetic
- Current year
- Output formatting
Calculate monthly EMI using the standard EMI formula.
Concepts Used
- Variables
- Float data type
- Mathematical Operators
- Exponents
- Formula implementation
Calculate percentage from obtained marks and total marks.
Concepts Used
- Variables
- Float
- Arithmetic Operators
- User Input
- Conditional Statement
- Python 3
- Google Colab
- Variables
- Data Types
- int
- float
- string
- User Input
- Type Casting
- Arithmetic Operators
- Mathematical Formulae
- Conditional Statements
- Formatted Printing
After completing these projects, you will understand:
- How variables work
- Different data types
- Taking user input
- Performing calculations
- Writing clean Python programs
- Organizing beginner Python projects
Created while learning Python from scratch.