Skip to content

Craleigh04/python-unit-conversion-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Unit Conversion Functions

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.

Overview

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.

Conversions Included

  • Inches to centimeters
  • Millimeters to inches
  • Tons to pounds

Skills Demonstrated

  • 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

Files

  • inches_to_centimeters.py
  • millimeters_to_inches.py
  • tons_to_pounds.py
  • main.py

Why This Project Matters

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.

Course Context

Developed as part of coursework in ISIN 306 Security Informatics, where function creation, modular design, and Python scripting were key learning outcomes.

How to Run

  1. Clone the repository:
    git clone https://github.com/Craleigh04/python-unit-conversion-functions.git

About

Python project demonstrating modular programming, reusable functions, and foundational problem-solving skills for data and AI workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages