Set up your python environment ============================== Recommended setup +++++++++++++++++ To get Python running on your systems I recommend to install the following packages on your portable computer (by the way: this works also on the stationary computers in our institute without root access): 1. The Python platform Anaconda (make sure to select the version with Python 3.x, *not* 2.x). Available for MacOS, Linux and Windows. https://www.continuum.io/downloads 2. The PyCharm IDE: choose the free community edition https://www.jetbrains.com/pycharm/download/ 3. Get your eduroam WLAN working so that you will have internet access during class. On top you will have free internet access in most universities on the planet .... https://www.lrz.de/services/netz/mobil/eduroam/ Other useful ressources +++++++++++++++++++++++ If you like a matlab style user interface with interactive variable editor, you can try Spyder IDE: https://pythonhosted.org/spyder/ Official Python web page: https://www.python.org/ Official documentation: https://docs.python.org/3/