This project showcases foundational Python programming skills through modular unit conversion programs built with reusable functions and imports across multiple files. It highlights function-based design, clean program structure, user input handling, and basic problem solving in Python.
The project includes multiple conversion tools that take user input, process the data through custom functions, and return the converted result. Each function is stored in a separate file and imported into the main program to demonstrate modular design and code organization.
- Inches to centimeters
- Millimeters to inches
- Tons to pounds
- Python programming
- Writing reusable functions
- Parameters and return values
- Importing modules across files
- Basic user interaction with input and output
- Organizing code into a modular structure
inches_to_centimeters.pymillimeters_to_inches.pytons_to_pounds.pymain.py
This project reflects early Python development skills and demonstrates an understanding of how to break programs into smaller, reusable parts. It represents an important step in building a stronger foundation for more advanced programming, data, and AI-related projects.
Developed as part of coursework in ISIN 306 Security Informatics, where function creation, modular design, and Python scripting were key learning outcomes.
- Clone the repository:
git clone https://github.com/Craleigh04/python-unit-conversion-functions.git