From c303db3a4f169a47eaa28b1b2870df44673c95f7 Mon Sep 17 00:00:00 2001 From: John Henson Date: Mon, 10 Oct 2022 18:45:48 -0600 Subject: [PATCH] Adding Flask cheatsheet to compliment Python Web Framework resources (#7951) * Adding Flask cheatsheet to compliment Python Web Framework resources * Correcting spacing between newly added Flask sheet * added additional space between sections Co-authored-by: Targgus --- more/free-programming-cheatsheets.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 5970b0867..ec2bb78b9 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -32,6 +32,7 @@ * [PHP](#php) * [Python](#python) * [Django](#django) + * [Flask](#flask) * [R](#r) * [Raspberry Pi](#raspberry-pi) * [Ruby](#ruby) @@ -309,6 +310,11 @@ * [(Python + Django) Cheatsheet](https://dev.to/ericchapman/my-beloved-django-cheat-sheet-2056) - Eric The Coder (HTML) +#### Flask + +* [Flask Cheatsheet](https://www.codewithharry.com/blogpost/flask-cheatsheet/) - Code with Harry (HTML) + + ### R * [All RStudio cheatsheets resources](https://www.rstudio.com/resources/cheatsheets) - RStudio.com (HTML site with PDF links)