From 418ba04af9e9c1b85cf516e1df78f48a6e2c466f Mon Sep 17 00:00:00 2001 From: EricLOsorio Date: Fri, 5 Feb 2016 22:33:04 -0500 Subject: [PATCH] Update flask-intro.txt --- flask-intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask-intro.txt b/flask-intro.txt index 795facb4..74e2c322 100644 --- a/flask-intro.txt +++ b/flask-intro.txt @@ -12,4 +12,4 @@ https://realpython.com/blog/python/primer-on-jinja-templating. Werkzeug - Werkzeug is a set of utilities for applications that communicate through an interface specification called WSGI (Web Server Gateway Interface), which as stated in the werkzeug documentation, "WSGI itself is a protocol or convetion that ensures that your web applicationcan speak with the webserver and more importantly that web applications work nicely together." The werkzeug tutorial can get you up and running on werkzeug, the link is this: http://werkzeug.pocoo.org/docs/0.11/tutorial/#introducint-shortly -If you look at the documentation for werkzeug and jinja2 you can get to some pretty simple tutorials that can get you started. Then do a wider search for tutorial videos on Flask and you'll see some presentations of the capabilities of flask and get a feel for its potential. Some of the best tutorials I've found are by a collaborator of flask, you can go to his site and look for some of his video tutorials on youtube, his blog is: http://blog.miguelgrenberg.com. +If you look at the documentation for werkzeug and jinja2 you can get to some pretty simple tutorials that can get you started. Then do a wider search for tutorial videos on Flask and you'll see some presentations of the capabilities of flask and get a feel for its potential. Some of the best tutorials I've found are by miguel grinberg, you can go to his site and look for some of his video tutorials on youtube, his blog is: http://blog.miguelgrinberg.com.