An open API service indexing awesome lists of open source software.

https://github.com/astrofrog/py4sci

Python Programming for Scientists - Lecture notes
https://github.com/astrofrog/py4sci

Last synced: 4 months ago
JSON representation

Python Programming for Scientists - Lecture notes

Awesome Lists containing this project

README

          

Python Programming for Scientists
=================================

About
-----

These lecture notes and problem sets were written by Thomas Robitaille for a
lecture course at the University of Heidelberg. They are licensed under the
Attribution Non-Commercial Share-Alike Creative Commons License. For more
information about the license, see the following page:

http://creativecommons.org/licenses/by-nc-sa/3.0/

You can launch an interactive version of the lecture notes by clicking on the following button: [![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/astrofrog/py4sci) (once the Jupyter hub has started up, go to the ``1.mon`` folder and click on the first lecture note)

Details
-------

The notes were prepared in the Jupyter Notebook using Python 3.4. They are
currently fully compatible with Python 3. To edit or view the notes, start up
the Jupyter notebook in the directory containing the file you are interested
in. Alternatively, you can use the IPython Notebook Viewer at:

http://nbviewer.ipython.org

to render the notebooks.