merge finished
Some checks failed
Jekyll site CI / docker (push) Failing after 1m1s

This commit is contained in:
2025-05-26 12:28:39 +02:00
parent d7a02e7f0d
commit 55accd35b3
20 changed files with 2 additions and 376 deletions

View File

@ -1,6 +1,5 @@
---
layout: single
<<<<<<< HEAD
title: "Python 101 Course"
categories: teaching
tags: teaching python programming introductory-course curriculum-development
@ -43,19 +42,3 @@ The course structure balanced theoretical instruction with hands-on practical co
</div>
<div style="clear: both;"></div>
</div>
=======
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.
>>>>>>> d0fa738f (rebase from mnml mistakes source)