Python Library

07:02

Python 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:


  1. NumPy - To provide some advance math functionalities to python.
  2. SymPy - To do algebraic evaluation, differentiation, expansion and complex number.
  3. SciPy - To perform high-level data processing routines such as optimization, regression, interpolation and etc.
  4. Matplotlib - To perform 2-D visualization such as 'publication ready' plots.
  5. PyGame - To use for Python game engine.
  6. wxPython - To provide a graphical user interface toolkit for python.

You Might Also Like

0 comments

Contributors