Welcome to the Python Introduction Project for the ALX Software Engineering program!
This repository contains beginner-level Python scripts that demonstrate basic syntax, arithmetic operations, variable assignments, and working with user input.
All Python files are located in the python_introduction/
folder.
-
Basic Arithmetic Exercise
- Performs addition, subtraction, and multiplication with predefined values.
-
Simple Interest Calculator
- Calculates interest based on principal, rate, and time.
-
Area of a Rectangle
- Computes the area from given length and width.
-
Hours to Seconds Converter
- Converts hours to seconds using basic arithmetic.
-
Future Age Calculator
- Uses user input to calculate age in the year 2050.
-
Personal Finance Calculator (Advanced)
- Calculates monthly savings and projects future savings with interest.
- Python syntax and indentation
- Using variables and arithmetic
- Taking input from users
- Structuring simple scripts
- Pushing code to GitHub
To run any file:
python3 filename.py