From bbead84641fde56daa6e7c5fad5a2ada076bb019 Mon Sep 17 00:00:00 2001 From: jxu093 Date: Sun, 25 Oct 2015 22:39:16 -0400 Subject: [PATCH] Add misc learning resource fullstackpython for web development --- docs/intro/learning.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 12a1326f3..b84ae268d 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -241,6 +241,21 @@ through a series of code transformations, "When you see this, do that instead." `Transforming Code into Beautiful, Idiomatic Python `_ +Fullstack Python +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Fullstack Python offers a complete top-to-bottom resource for web development +using Python. + +From setting up the webserver, to designing the front-end, choosing a database, +optimizing/scaling, etc. + +As the name suggests, it covers everything you need to build and run a complete +web app from scratch. + + `Fullstack Python `_ + + References ----------