Scientific Computing with Python- my solutions to all the projects
-
Create a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side.
-
Write a function named "add_time" that can add a duration to a start time and return the result.
-
Create a "Category" class that can be used to create different budget categories.
-
In this project you will use object oriented programming to create a Rectangle class and a Square class. The Square class should be a subclass of Rectangle and inherit methods and attributes.
-
Write a program to determine the approximate probability of drawing certain balls randomly from a hat.