⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

== SciPy for Python ==

Website: http://www.scipy.org/ - https://pypi.python.org/pypi/scipy

SciPy is an Open Source Library of Scientific Tools for [[Python]],

software for mathematics, science, and engineering.

Some of the core packages:

  • SciPy library - Library for scientific computing
  • [[:Category:NumPy|NumPy]] - N-dimensional array package
  • [[:Category:Matplotlib|Matplotlib]] - 2D Plotting
  • [[IPython]] - Enhanced Interactive Console
  • [[SymPy]] - Symbolic mathematics
  • [[pandas]] - Data structures & analysis

[[Category:Python]]