Loading lesson path
Concept visual
Start from A
[+: SciPy is a scientific computation library that uses NumPy underneath. SciPy stands for Scientific Python.
We have created 10 tutorial pages for you to learn the fundamentals of SciPy:
In our "Try it Yourself" editor, you can use the SciPy module, and modify the code to see the result.
How many cubic meters are in one liter:
from scipy import constants print(constants.liter)
Click on the "Try it Yourself" button to see how it works.Many chapters in this tutorial end with an exercise where you can check your level of knowledge.
Test your SciPy skills with a quiz test.
❮ Home