Skip to content
Snippets Groups Projects
Commit db0aca9b authored by Christoph Steindl's avatar Christoph Steindl
Browse files

Update readme

parent f162a0eb
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment