Scientific Computing with Python Projects

Polygon Area Calculator Probability Calculator
In the Scientific Computing with Python Certification, you'll learn Python fundamentals like variables, loops, conditionals, and functions. Then you'll quickly ramp up to complex data structures, networking, relational databases, and data visualization.
Calculator

Check out repository
Basic calculator for elementary operations, featuring a simple and modern interface.
Coded in Python3 using the tkinter module to build the GUI.
Youtube Downloader

Check out repository
Easy downloader for youtube videos, featuring three download options: higher video quality, lower video quality, audio (mp3) only.
Coded in Python3 with pytube and validators modules.