Adding all last updates to repo

Please add and commit when you change someting!
This commit is contained in:
www
2020-05-26 12:00:06 +00:00
parent 9751bbde0f
commit c82885fcd2
10 changed files with 156 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
title: 1.3 Hello World mit Flask
Erstelle eine kleine Python Datei, zB test.py mit dem Inhalt:
:::bash
vim test.py
:::python
from flask import Flask
app = Flask(__name__)