website/_posts/teaching/2018-10-30-Python.md
2024-11-10 12:16:11 +01:00

17 lines
815 B
Markdown

---
layout: single
title: "Lecture: Python 101"
categories: teaching
tags: teaching coding
excerpt: "Teaching the basics of python."
header:
teaser: assets/images/teaching/py.png
---
![logo](\assets\images\teaching\py.png){: .align-left style="padding:0.1em; width:5em"}
The "Python 101"-Lecture was held within the context of the [IOT](/teaching/IOT/) lecture, held in winter semester 2018.
Over the course of four classes, we tought an extensive introduction to the [`Python`](https://www.python.org/) programming language.
Not only was the cource slides developed by me and my collegue, we also shared the lectures in front of about 200 students.
There was also a practical part of the course, which allowed students to the practical acquisition of programming skills in the `Python` programming language.