Information

Section: Get started with Python
Goal: Get the basis of programming in Python to be able to follow the advanced level.
Time needed: 1h40
Prerequisites: Curiosity

Get started with PythonΒΆ

In this section, we propose some tutorials for beginners to get started with Python and the Pandas library. The tutorials were developped by the Institute of Maritime Logistics and the Institute for Software Systems, from the TUHH.

Generally, in the course, we introduce most functions and methods used. Therefore, the required level in Python is not extremely high and it should be easy to follow once you understand the basics of programming and the syntax of Python.

To have a good basis for the advanced level, you need to know about lists, functions, loops (control flow statements) and the Pandas library.