Python Library
07:02Python library is a collection of functions of methods that allow the user to perform lots of actions without using own code.
These are the libraries:
- NumPy - To provide some advance math functionalities to python.
- SymPy - To do algebraic evaluation, differentiation, expansion and complex number.
- SciPy - To perform high-level data processing routines such as optimization, regression, interpolation and etc.
- Matplotlib - To perform 2-D visualization such as 'publication ready' plots.
- PyGame - To use for Python game engine.
- wxPython - To provide a graphical user interface toolkit for python.
0 comments