From cc64144b99bebd444c051ebbeb78d4c35ca674ba Mon Sep 17 00:00:00 2001 From: studyhog <57380807+studyhog@users.noreply.github.com> Date: Mon, 28 Jun 2021 09:50:16 -0400 Subject: [PATCH] Added the flask mega tutorial to 'build your own webserver' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19d3ea7..7dd1cb7 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ * [**Python**: _Web application from scratch_](https://defn.io/2018/02/25/web-app-from-scratch-01/) * [**Python**: _Building a basic HTTP Server from scratch in Python_](http://joaoventura.net/blog/2017/python-webserver/) * [**Python**: _Implementing a RESTful Web API with Python & Flask_](http://blog.luisrei.com/articles/flaskrest.html) +* [**Python**: _The Flask Mega-Tutorial_](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) * [**Ruby**: _Building a simple websockets server from scratch in Ruby_](http://blog.honeybadger.io/building-a-simple-websockets-server-from-scratch-in-ruby/)