This is a SciPy course for the Swiftener SciPy editor. NumPy is np, matplotlib is plt. Arrays belong in Learn NumPy. Models belong in Learn scikit-learn. This course stays on scientific algorithms.
Goal
Finish every chapter by running the copy-paste blocks. The last chapter is a rainfall fit you can reuse.
How to take the course
- Keep this tutorial tab and the SciPy workbench side by side.
- Wait until the status says SciPy is ready.
- Paste each exercise as the whole editor. Always
print. Callplt.show()when you plot.
What this editor can and cannot do
- Can: numpy, scipy, matplotlib,
print, CSV uploads,plt.savefigchips. - Cannot: pandas tables (use the pandas course), sklearn estimators, fetching URLs.
Sample files
signal.csv— x,y for a line plus noisetemps.txt— Nairobi-ish daily max °Cweights.csv— city rainfall millimetres