File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
* [ bottle-postgres] ( bottle-postgres/README.md )
10
10
* [ bottle-mysql] ( bottle-mysql/README.md )
11
11
12
+
12
13
CherryPy
13
14
14
15
* [ cherrypy-bootstrap] ( cherrypy-bootstrap/README.md )
@@ -43,11 +44,16 @@ Quart
43
44
* [ quart-websocket] ( quart-websocket/README.md )
44
45
45
46
47
+ Sanic
48
+ * [ sanic-api] ( sanic-api/README.md )
49
+
50
+
46
51
Streamlit
47
52
* [ streamlit-app] ( streamlit-app/README.md )
48
53
* [ streamlit-openai] ( streamlit-openai/README.md )
49
54
* [ streamlit-langchain] ( streamlit-langchain/README.md )
50
55
56
+
51
57
Hope these examples can get you inspired and started with Python web development easier!
52
58
53
59
* More Python web examples are coming on the way ...*
Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ Run the applicaton,
30
30
$ python run.py
31
31
```
32
32
33
- Then vist [ http://127.0.0.1:8080 ] ( http://127.0.0.1:8080 ) .
34
-
35
- ## API Docs
36
-
37
- Swagger Docs - [ http://127.0.0.1:8080/docs ] ( http://127.0.0.1:8080/docs )
33
+ Then vist [ http://127.0.0.1:5000 ] ( http://127.0.0.1:5000 ) .
38
34
39
35
Happy Coding!
You can’t perform that action at this time.
0 commit comments