Skip to content

Programs/Functions I've written for "Scientific Computing with Python" course

Notifications You must be signed in to change notification settings

franeknowak/PY4E-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PY4E-Projects

Programs/Functions I've written for "Scientific Computing with Python" course

Project 1: "Arithmetic Formatter" Function that arranges simple mathematical calculations in a vertical view. To run just call the function and as parameters type the equations e.g.:

Input: arithmetic_arranger(["2501 + 242", "12 - 121", "4 + 1", "12 - 0", "10 - 2322"], True)

You can add or remove True parameter to show or hide the solutions to the equations. More information about the requirements here: github.com/UCLAIS/ml-tutorials-season-3

Project 2: "Time Calculator" It's under development. I hope to finish it by the end of the week.

About

Programs/Functions I've written for "Scientific Computing with Python" course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages