From 27f26458187d9b73296da5597f855914381852ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gintautas=20=C5=A0vedas?= Date: Tue, 27 Oct 2020 16:48:42 +0200 Subject: [PATCH] Added Flask Documentation book. (#4756) * Added Flask Documentation * Update free-programming-books.md Co-authored-by: Seth Co-authored-by: Seth --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 3b11bbce..014f9484 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2410,6 +2410,7 @@ Kerridge (PDF) (email address *requested*, not required) #### Flask * [Explore Flask](https://exploreflask.com) - Robert Picard +* [Flask Documentation](https://flask.palletsprojects.com) - Pallets (:construction: *in process*) * [The Flask Mega-Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) - Miguel Grinberg (0.9) -- GitLab