From bf48b0772c859ac8c75a07d616caf8a245d1ee1d Mon Sep 17 00:00:00 2001 From: bricklen Date: Wed, 15 Feb 2017 19:57:54 -0800 Subject: [PATCH] Updated link to Flask decorators. --- Decorators Homework.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decorators Homework.ipynb b/Decorators Homework.ipynb index 7d62015..6d87dc6 100644 --- a/Decorators Homework.ipynb +++ b/Decorators Homework.ipynb @@ -6,7 +6,7 @@ "source": [ "#Decorators Homework (Optional)\n", "\n", - "Since you won't run into decorators until further in your coding career, this homework is optional. Check out the Web Framework [Flask](http://flask.pocoo.org/). You can use Flask to create web pages with Python (as long as you know some HTML and CSS) and they use decorators a lot! Learn how they use [view decorators](http://flask.pocoo.org/docs/0.10/patterns/viewdecorators/). Don't worry if you don't completely understand everything about Flask, the main point of this optional homework is that you have an awareness of decorators in Web Frameworks, that way if you decide to become a \"Full-Stack\" Python Web Developer, you won't find yourself perplexed by decorators. You can also check out [Django](https://www.djangoproject.com/) another (and more popular) web framework for Python which is a bit more heavy duty.\n", + "Since you won't run into decorators until further in your coding career, this homework is optional. Check out the Web Framework [Flask](http://flask.pocoo.org/). You can use Flask to create web pages with Python (as long as you know some HTML and CSS) and they use decorators a lot! Learn how they use [view decorators](http://flask.pocoo.org/docs/0.12/patterns/viewdecorators/). Don't worry if you don't completely understand everything about Flask, the main point of this optional homework is that you have an awareness of decorators in Web Frameworks, that way if you decide to become a \"Full-Stack\" Python Web Developer, you won't find yourself perplexed by decorators. You can also check out [Django](https://www.djangoproject.com/) another (and more popular) web framework for Python which is a bit more heavy duty.\n", "\n", "Also for some additional info:\n", "\n",