Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.39 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.39 KB

Python Einführungskurs für das Physikalische Anfängerpraktikum der Universität Heidelberg

Binder

Dieser Kurs soll im Rahmen des Physikalischen Anfängerpraktikums der Universität Heidelberg eine Einführung in die wissenschaftliche Arbeit mit Python geben.

Pull-Requests mit Verbesserungsvorschlägen sind immer willkommen! Außerdem könnt ihr uns über folgende Umfrage euer Feedback mitteilen:

Deployment

  • Place the repository content in a source/course/ directory.
  • To gitignore output from the notebooks, pip install nbstripout and nbstripout --install.
  • Run ./deploy.sh. The script runs nbgrader assign in ../../ and pushes the repository to the deploy remote.
  • Re-compile on http://mybinder.org/.

Credits

Der Kurs wurde konzipiert und implementiert von Nils Fischer.

Die Inhalte basieren auf dem Kurs Python: Programming for Scientists von Thomas Robitaille.