Skip to content

Commit

Permalink
Flask link fix (dipakkr#946)
Browse files Browse the repository at this point in the history
* added drf quickstart link in python.md

* fixed flask CS50 link
  • Loading branch information
droppedthewallet authored and Contrevien committed Nov 1, 2018
1 parent 63c7c81 commit e4fbc6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@
+ <a href = "https://docs.djangoproject.com/en/2.1/intro/tutorial01/"> Django Documentation Poll App Tutorial (Version 2.1)</a>
+ <a href = "https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/">A Complete Beginner's Guide to Django (Version 1.11)</a>
+ <a href = "https://tutorial.djangogirls.org/en/installation/">Django Girls Tutorial (Version 2.0.6)</a>
+ <a href = "https://www.django-rest-framework.org/tutorial/quickstart/"> Django REST framework quickstart guide</a>

## **Flask**
+ <a href = "http://flask.pocoo.org/docs/1.0/"> Welcome to Flask — Flask 1.0.2 documentation - Pocoo</a>
+ <a href = "https://www.youtube.com/watch?v=zRwy8gtgJ1A&list=PLillGF-RfqbbbPz6GSEM9hLQObuQjNoj_">Flask from scratch in Python</a>
+ <a href = "https://www.youtube.com/watch?v=j5wysXqaIV8&t=5011s">CS50 Flask</a>
+ <a href = "https://www.youtube.com/watch?v=j5wysXqaIV8">CS50 Flask</a>


0 comments on commit e4fbc6b

Please sign in to comment.