
1. Getting started with Python for science — Scipy lecture notes
Getting started with Python for science¶ This part of the Scipy lecture notes is a self-contained introduction to everything that is needed to use Python for science, from the language itself, to …
1.1. Python scientific computing ecosystem — Scipy lecture notes
Python, a generic and modern computing language The language: flow control, data types ( string , int ), data collections (lists, dictionaries), etc. Modules of the standard library: string …
1.4.5. Some exercises — Scipy lecture notes
1. Getting started with Python for science » 1.4. NumPy: creating and manipulating numerical data » Collapse document to compact view; Edit Improve this page: Edit it on Github.
3.1. Statistics in Python — Scipy lecture notes
Python is a general-purpose language with statistics modules. R has more statistical analysis features than Python, and specialized syntaxes. However, when it comes to building complex …