Collection of projects created during the Scientific Computing with Python course on freeCodeCamp.com
The program takes a mathematical problem as a string and formats it according to the rules described on the project page.
Link to the Arithmetic Formatter project description
The Time Calculator program takes two time string inputs and adds them together and displays how many days later the new time is.
Link to the Time Calculator project description
The Budget App application instantiates an object based on the input paramter sent to the Category class __init__
.
Link to the Budget App project description
The Polygon Area Calculator project ...
Link to the Polygon Area Calculator project description
The Probability Calculator project ...