Skip to content

Latest commit

 

History

History

README.md

Python Variables and Data Types Projects

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.


Projects Included

1. Temperature Converter

Convert temperature between:

  • Celsius to Fahrenheit
  • Fahrenheit to Celsius

Concepts Used

  • Variables
  • Float data type
  • User Input
  • Arithmetic Operators
  • Formatted Output

2. Age Calculator

Calculate current age using birth year.

Concepts Used

  • Integer variables
  • Input
  • Arithmetic
  • Current year
  • Output formatting

3. EMI Calculator

Calculate monthly EMI using the standard EMI formula.

Concepts Used

  • Variables
  • Float data type
  • Mathematical Operators
  • Exponents
  • Formula implementation

4. Percentage Calculator

Calculate percentage from obtained marks and total marks.

Concepts Used

  • Variables
  • Float
  • Arithmetic Operators
  • User Input
  • Conditional Statement

Technologies Used

  • Python 3
  • Google Colab

Python Concepts Covered

  • Variables
  • Data Types
    • int
    • float
    • string
  • User Input
  • Type Casting
  • Arithmetic Operators
  • Mathematical Formulae
  • Conditional Statements
  • Formatted Printing

Learning Outcome

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.