Python Graphing Calculator


For my Grade 12 final Computer Science project, my partner and I collaborated to mimic the popular graphing calculator Desmos using the Pygame module for Python. Using GitHub for version control, we successfully created an app that can display up to 8 functions of any kind including: trigonometric with radian measurement, algebraic, and exponential. This project was my first step into project leadership and management, as well as version control and Object Oriented Programming.