Skip to content

Recreated the popular graphing application "Desmos" on Python using matplotlib, scipy and numpy. GPython can be used as an extensive graphing application that can plot 2D, 3D and even polar curves and also differentiate and integrate functions.

Notifications You must be signed in to change notification settings

aditeyabaral/gpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPython

Recreated the popular graphing application "Desmos" on Python. GPython uses scipy, matplotlib, and numpy to create graphs based on functions. It is capable of solving differential equations and indefinite and definite integration.

How to run?

Features can be tested by running: python <filename>.py

Dependencies

  • matplotlib
  • scipy
  • numpy

#End Goal GPython will run on a GUI and all equations will be supported for graphing.

#Contribution Guidelines Check issues for ways to contribute.

#Contributors Aditeya Baral

About

Recreated the popular graphing application "Desmos" on Python using matplotlib, scipy and numpy. GPython can be used as an extensive graphing application that can plot 2D, 3D and even polar curves and also differentiate and integrate functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages