Introduction to Programming with Python

From Nydus Network
Jump to: navigation, search


Event: Introduction to Programming with Python
Start: 2018/07/23 End: 2018/07/25
Location: UFO Hackerspace
Description: Registration via email (nydus@rub.de) required! This workshop will start with a general introduction on how to write programs on the example of simple games. Then we will go trough the possibilities to use programming in the daily scientific routine. Finally we will review everything and practice on some examples. It is necessary to bring your own laptop to participate in the workshop!
Other events



The first day introduces the python syntax and general programming concepts. These can be found on learn python and in the notebooks delivered by Eric Matthes. A very coarse overview on the syntax can be given with so-called Quick References.

On the second day we learn to apply these concepts on a pratical example: Reproducing the game "pong" with pygame.

The last day introduces scientific python (scipy, statsmodels, jupyter and pandas). An example is here. A nice overview can be found here.