We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd9764 commit 57237f1Copy full SHA for 57237f1
1 file changed
Home.md
@@ -161,10 +161,12 @@ Textfelds in einem Dialog angezeigt werden.
161
### Level 11 Web
162
Webanwendungen sind ein häufiger Einsatzzweck von Python.
163
* Was ist HTTP und wie funktioniert es?
164
+* [requests](http://docs.python-requests.org/en/latest/)
165
+* [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
166
* CGI
167
* WSGI
-* Werkzeug
-* Django (/Flask?) **nur kurz anreißen!**
168
+* [Werkzeug](http://werkzeug.pocoo.org/)
169
+* [Django](https://www.djangoproject.com/) (/[Flask](http://flask.pocoo.org/)?) **nur kurz anreißen!**
170
171
#### Aufgaben
172
* *Hallo Welt!* als Webapp
0 commit comments