_images/aboutpython_banner.gif


Notebooks : Quick start for scientists

All notebooks presented in this section are still in the writing phase. They are intended for a scientific public wishing a fast training to the programming language python

Last change: Mar 22, 2024

Get archive

Chapter 1 - Numerical types

Chapter 2 - From sequence to ndarray - Part. I

Chapter 2 - From sequence to ndarray - Part. II

Chapter 3 - Inspect, Read, and Write ndarray objects

Chapter 4 - Compound instructions

Appendix A - Complements about compound instructions

Appendix B - Usual operations with ndarrays

Appendix C - Scientific cookbook

To open a notebook, you must use jupyter notebook or jupyterlab application. If not installed yet on your computer, you can download and install the anaconda distribution, which includes everything you need to use Python for scientific purposes.