Skip to content

rhyloo/Scientific-Computing-with-Python

Repository files navigation

Scientific-Computing-with-Python

Projects to obtain the Scientific Computing with Python certification from Freecodecamp.

Arithmetic FormatterPassed

Create a function that receives a list of strings that are arithmetic problems and returns the problems arranged vertically and side-by-side.

Files

boilerplate-arithmetic-formatter
├── arithmetic_arranger.py
├── main.py
├── README.md
└── test_module.py

0 directories, 4 files

Time Calculator

Write a function named “add_time” that can add a duration to a start time and return the result.

Files

boilerplate-time-calculator
├── main.py
├── __pycache__
│   └── time_calculator.cpython-38.pyc
├── README.md
├── .replit
├── test_module.py
└── time_calculator.py

1 directory, 6 files

Budget App

Create a “Category” class that can be used to create different budget categories.

Polygon Area Calculator

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.

Probability Calculator

Write a program to determine the approximate probability of drawing certain balls randomly from a hat.

About

Projects for get the Scientific Computing with Python's certification in Freecodecamp.

Resources

License

Stars

Watchers

Forks

Languages