Skip to content
Snippets Groups Projects
Commit b358fd6f authored by Markus Opolka's avatar Markus Opolka
Browse files

add Tutorium7

parent 35372b07
No related branches found
No related tags found
No related merge requests found
git clone https://gitlab.cs.fau.de/bi40resu/python-tutorium
# CSV Daten:
https://raw.githubusercontent.com/fivethirtyeight/data/master/comic-characters/dc-wikia-data.csv
https://raw.githubusercontent.com/fivethirtyeight/data/master/comic-characters/marvel-wikia-data.csv
# Aufgabe 7.1 JSON
Erstellen Sie ein kleines Korpus aus Chuck Norris Witzen. Speichern Sie dazu den eigenlichen Text zusammen mit der URL, und exportieren Sie das Korpus dann als JSON Datein.
API Call:
```python
import requests
r = requests.get("http://api.chucknorris.io/jokes/random")
print(r.text)
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment