Getting started with Python for science =================================================================== This part of the *Scientific Python Lecture Notes* is a self-contained introduction to everything that is needed to use Python for science, from the language itself, to numerical computing or plotting. | .. include:: ../includes/big_toc_css.rst :start-line: 1 .. include:: ../tune_toc.rst .. rst-class:: tune .. toctree:: intro.rst language/python_language.rst numpy/index.rst matplotlib/index.rst scipy/index.rst help/help.rst