other:python:jyp_steps
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
other:python:jyp_steps [2016/01/21 17:43] – More stuff jypeter | other:python:jyp_steps [2016/01/21 18:10] – numpy, scipy... jypeter | ||
---|---|---|---|
Line 16: | Line 16: | ||
[[https:// | [[https:// | ||
+ | |||
+ | |||
+ | ===== Numpy and Scipy ===== | ||
+ | |||
+ | Summary: Python provides //ordered// objects (e.g. lists, strings, ...) and some math operators, but you can't do real heavy computation with these. **Numpy** makes it possible to work with data arrays and using array syntax and masks (instead of explicit nested loops and tests) and the apropriate numpy functions will allow you to get performance similar to what you would get with a compiled program! **Scipy** adds more scientific functions | ||
+ | |||
+ | How to get started? | ||
+ | - always remember that indices start at '' | ||
+ | - read the [[https:// | ||
+ | - have a quick look at the full documentation to know where things are | ||
+ | - Numpy User Guide: | ||
+ | - Numpy Reference Guide | ||
+ | - Scipy Reference Guide | ||
===== Matplotlib ===== | ===== Matplotlib ===== |
other/python/jyp_steps.txt · Last modified: 2025/02/26 11:40 by jypeter