Skip to content

speedcode860/Scientific-Computing-with-Python-Build-a-Time-Calculator-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Scientific-Computing-with-Python-Build-a-Time-Calculator-Project

This repository contains my solution to the Build a Time Calculator project from freeCodeCamp’s [Scientific Computing with Python]. The goal of this project is to create a Python function that adds a duration to a start time and returns the result in a readable format.

To complete this project, you should be comfortable with:

  • 🧮 Variables — assigning and using data in Python

  • 📦 Lists — storing, accessing, and iterating over collections

  • ✂️ String manipulation — slicing, formatting, and aligning text

  • 🧵 f-strings — for clean and readable string interpolation

  • 🔍 Regular expressions — for pattern matching and input validation

  • 🔁 Recursion — understanding how functions can call themselves to solve problems

    Purpose

This code is shared for educational purposes — to help others learn, reflect, and improve their Python skills.
Feel free to explore the logic, test edge cases, and use it as a reference for time-based string formatting.

👤 Author

Muaye Moussinga
Student – Networks & Telecommunications
Aspiring Python Developer | Passionate about clean code and system logic
GitHub Profile

About

freeCodeCamp: Scientific Computing with Python Projects - Build a Time Calculator Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages