This repository contains course materials for a "Programming with Python" course first teached at Kühne Logistics University Hamburg in Fall 2024. Most of it is written with Quarto and the corresponding website is hosted as Github page.
This module introduces programming with Python over the course of 13 weeks. It is aimed at beginners with no prior programming experience. The course is based on many examples that illustrate how to tackle potentially complex issues and implement solutions.
The course is structured into three main parts:
-
Part I: Introduction to Programming with Python
- Basic concepts, syntax, data types, control structures, functions, and object classes
-
Part II: Data Science with Python
- Data manipulation, descriptive and explorative analysis, visualization
-
Part III: Programming Projects
- Application of knowledge in group projects
For more detailed information about the course structure, lectures, and content, please refer to the syllabus.
If you have any questions regarding the course, please contact:
Thanks to Phillip Bach whose original course material laid the foundation for this course.