15 lines
692 B
Markdown
15 lines
692 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
|
|
---
|
|
|
|
{: .align-left style="padding:0.1em; width:5em"}
|
|
During the winter semester of 2018, as part of the [IOT](/teaching/IOT/) lecture series, we conducted a "Python 101" course. This extensive introduction to [`Python`](https://www.python.org/), which I co-developed and co-taught, spanned four classes and reached approximately 200 students.
|
|
|
|
In addition to theoretical lessons, we incorporated a practical component to enhance students' programming skills in Python.
|