File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2013-08-20T11:14:39Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2013-08-24T10:59:12Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -79,6 +79,14 @@ <h1>Introduction</h1>
7979focus on explaining several ways of setting up a Python < em > web application</ em >
8080stack from server infrastructure through JavaScript execution on a user's
8181browser.</ p >
82+ < p > People learning Python generally have at least one of the three following
83+ goals:</ p >
84+ < ol class ="arabic simple ">
85+ < li > Build web applications</ li >
86+ < li > Perform data analysis</ li >
87+ < li > Script server administration</ li >
88+ </ ol >
89+ < p > This guide will be most useful to people in the first and third categories.</ p >
8290
8391 </ section >
8492 < section id ="servers " class ="tech-section ">
Original file line number Diff line number Diff line change @@ -61,6 +61,14 @@ <h1>Introduction</h1>
6161focus on explaining several ways of setting up a Python < em > web application</ em >
6262stack from server infrastructure through JavaScript execution on a user's
6363browser.</ p >
64+ < p > People learning Python generally have at least one of the three following
65+ goals:</ p >
66+ < ol class ="arabic simple ">
67+ < li > Build web applications</ li >
68+ < li > Perform data analysis</ li >
69+ < li > Script server administration</ li >
70+ </ ol >
71+ < p > This guide will be most useful to people in the first and third categories.</ p >
6472
6573 < hr />
6674 < div class ="footer pull-right ">
Original file line number Diff line number Diff line change @@ -15,9 +15,17 @@ Now what? Definitely read Kenneth Reitz's
1515If you're not coming from a development background, you may find this post on
1616`Learning Python <http://www.mattmakai.com/learning-python-for-non-developers.html >`_
1717useful.
18-
18+
1919This guide has a different focus from the above resources. Here I
2020focus on explaining several ways of setting up a Python *web application *
2121stack from server infrastructure through JavaScript execution on a user's
2222browser.
2323
24+ People learning Python generally have at least one of the three following
25+ goals:
26+
27+ 1. Build web applications
28+ 2. Perform data analysis
29+ 3. Script server administration
30+
31+ This guide will be most useful to people in the first and third categories.
You can’t perform that action at this time.
0 commit comments