From 818c7001b929e68610b06965057a85326f3842ea Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 12:01:41 +0530 Subject: [PATCH] Added Flask Tutorial and Restructured Project --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59c6b67..0d00685 100644 --- a/README.md +++ b/README.md @@ -222,13 +222,15 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ### Web Applications: * [Build a Microblog with Flask](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) -* [Create a blog webapp in Django](https://tutorial.djangogirls.org/en/) -* [Extend the Django Blog Web App](https://legacy.gitbook.com/book/djangogirls/django-girls-tutorial-extensions/details) +* Create a Blog Web App In Django + * [Part I : Introduction](https://tutorial.djangogirls.org/en/) + * [Part II : Extension To Add More Features](https://legacy.gitbook.com/book/djangogirls/django-girls-tutorial-extensions/details) * [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html) * [Build a Todo List with Flask and RethinkDB](https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/) * [Build a Todo List with Django and Test-Driven Development](http://www.obeythetestinggoat.com/) * [Build a RESTful Microservice in Python](http://www.skybert.net/python/developing-a-restful-micro-service-in-python/) * [Microservices with Docker, Flask, and React](https://testdriven.io/) +* [Build A Simple Web App With Flask](https://pythonspot.com/flask-web-app-with-python/) ### Bots: