Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.23 KB

README.md

File metadata and controls

23 lines (19 loc) · 2.23 KB

Binder workflow

Course-material

This repository contains the material used in the Python programming course given by MAMBA (www.mamba-python.nl).

The philosophy behind this course is that the best way to learn Python is by solving practical problems. A good way to do this is by doing exercises in Jupyter Notebooks. The exercises are located in the 'Exercise_notebooks' directory. In this directory the following sub directories are distinguished:

  • basic contains the most basic material that everyone learning Python should know.
  • intermediate contains slightly more advanced material which experienced programmers should know.
  • on-topic contains exercises on specific topics, this material should only be used if the topic is of interest to you.
  • personal_application contains instructions to write a personal application. The template in this folder will be used during the Python course.

The repository also contains examples of Python code in the 'Practical_examples' directory. Some of these examples are discussed during the Python courses.

Acknowledgements

This repository consists for 90% of notebooks created by others. We are incredibly grateful to the individuals, communities and firms that allow us to use their material. The repositories from which material is used are: