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
Next revisionBoth sides next revision
advanced_python [2017/08/29 09:33] etienneadvanced_python [2018/03/14 13:01] – external edit 127.0.0.1
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]]+… more info soon …
  
-Once you have cloned the repository, cd in the folder and run: 
- 
-$>   //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.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 :)