This repository contains all my solutions to the Scientific Computing with Python course from FreeCodeCamp. All were made using only Python
- Arithmetic Formatter
- Time Calculator
- Budget App
- Polygon Area Calculator
- Probability Calculator
This project consisted in creating a class called rectangle and a subclass of rectangle called square that inhereted methods and attributes. The Rectangle class includes methods to calculate area, perimeter, diagonal, print a picture and see how many times other shapes can fit inside.
See all the requirements at FreeCodeCamp
You can try my code at Replit