From 1e4b1358ff2d89fcddf7f6d1cbc82c11abe5a9dd Mon Sep 17 00:00:00 2001 From: EricLOsorio Date: Sun, 7 Feb 2016 13:50:21 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0b62e713..20362106 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ + + // Flask // + + web development, one drop at a time + Novice Introduction: If you're new to web development, and specifically looking at python as your language of choice, check out flask. Even if you are a complete noob learning python, once you grasp some of the python basics, flask can make it easy for you to get up and running on creating web content in python much quicker than if you were just using python by itself.