Skip to content

Commit 79785d6

Browse files
committed
Updating intro text for context.
1 parent b570b0d commit 79785d6

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ <h1>Introduction</h1>
7979
focus on explaining several ways of setting up a Python <em>web application</em>
8080
stack from server infrastructure through JavaScript execution on a user's
8181
browser.</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">

pages/introduction.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ <h1>Introduction</h1>
6161
focus on explaining several ways of setting up a Python <em>web application</em>
6262
stack from server infrastructure through JavaScript execution on a user's
6363
browser.</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">

source/content/pages/introduction.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@ Now what? Definitely read Kenneth Reitz's
1515
If 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>`_
1717
useful.
18-
18+
1919
This guide has a different focus from the above resources. Here I
2020
focus on explaining several ways of setting up a Python *web application*
2121
stack from server infrastructure through JavaScript execution on a user's
2222
browser.
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.

0 commit comments

Comments
 (0)