diff --git a/README.md b/README.md index ac2b9bd0549ef849ef80b513920507a3ac10e6e8..100bae1666e31cebed2844fa1bef17d4121ed069 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,14 @@ - close the terminal 3. open the first Jupyter Notebook and install package if needed -## Lesson 1 - Web Resources -This notebooks gives an introduction how to us data sources from the internet. +## Part 1 - Web Resources +This notebooks gives an introduction how to us data sources from the internet using the [`requests`](https://requests.readthedocs.io/en/latest/) library. + +## Part 2 - XML Data +Parsing and analysis of TEI-XML data using [`lxml`](https://lxml.de/) library. + +## Part 3 - CSV Data +Analysis of spreadsheets with [`pandas`](https://pandas.pydata.org/) data frames. + +## Part 4 - Image Data +Manipulation of images with [`Pillow`](https://python-pillow.org/) and object detection using [`ultralytics`](https://www.ultralytics.com/) \ No newline at end of file