Python basics#
In this session, we will cover basics of the Python progamming language and according tools. This comprises:
the use of Conda to manage Python environments and dependencies,
the use of Jupyter notebooks as a tool for the interactive execution and documentation of Python code,
basic terms and data types as well as more complex data structures and their handling,
conditions and loops for controlling Python programs.
You can download the slides here.