From db0aca9b032080deb2c3e04eff7d721d9923be66 Mon Sep 17 00:00:00 2001 From: Christoph Steindl <christoph.steindl@onb.ac.at> Date: Mon, 4 Dec 2023 10:45:30 +0100 Subject: [PATCH] Update readme --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac2b9bd..100bae1 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 -- GitLab