Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
advanced_python [2017/08/29 10:33] etienneadvanced_python [2018/09/11 22:48] Jakob Jordan
Line 1: Line 1:
-The material I will be presenting is hosted there+====== Advanced scientific Pythondecorators, context managers, generators, and elements of object oriented programming ====== 
-[[https://github.com/eroesch/ASPP2017-AdvConcepts|https://github.com/eroesch/ASPP2017-AdvConcepts]]+aka //Python by smell//
  
-Once you have cloned the repository, cd in the folder and run: +You can find the material in the [[https://github.com/ASPP/python-smell|GitHub repository]]
- +
-$>   //jupyter notebook ASPP2017-AdvConcept-WithSolutions.ipynb// +
- +
- +
-If you prefer, you can simply read through the notebook there: +
- +
-http://nbviewer.jupyter.org/github/eroesch/ASPP2017-AdvConcepts/blob/master/ASPP2017-AdvConcept-WithSolutions.ipynb +
- +
- +
-You can play with the notebook during the lecture, but bear in mind I am demonstrating how to handle errors and exceptions and this will crash the notebook by design. You'll have to run the cells accordingly, preferably using the nbextensions listed in the notebook. +
- +
-The repository contains exercises, with and without the solutions, which I borrowed from @zbigniew :)+