Skip to content

Commit 0d57ddd

Browse files
committed
Updating intro for clarity and conciseness.
1 parent f53665b commit 0d57ddd

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
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>2012-12-27T11:04:55Z</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>2012-12-28T07:53:45Z</updated></feed>

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,10 @@ <h1>Introduction</h1>
6969
background, I wrote a
7070
<a class="reference external" href="http://www.mattmakai.com/learning-python-for-non-developers.html">Learning Python</a>
7171
blog post you may find useful.</p>
72-
<p>This guide has a different focus from the above resources. This site
73-
describes the myriad ways of setting up a Python <em>web application</em>
74-
stack from a &quot;bare metal&quot; server, virtual private server (VPS), Amazon Web
75-
Services (AWS) instance, or Platform-as-a-Service (PaaS) provider up
76-
through the JavaScript running on users' browsers on your website.</p>
72+
<p>This guide has a different focus from the above resources. Here I
73+
focus on explaining several ways of setting up a Python <em>web application</em>
74+
stack from server infrastructure through JavaScript execution on a user's
75+
browser.</p>
7776
<div class="section" id="about-the-author">
7877
<h2>About the Author</h2>
7978
<p>I'm <a class="reference external" href="http://www.mattmakai.com/">Matt Makai</a> and I solve problems by

pages/introduction.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ <h1>Introduction</h1>
5555
background, I wrote a
5656
<a class="reference external" href="http://www.mattmakai.com/learning-python-for-non-developers.html">Learning Python</a>
5757
blog post you may find useful.</p>
58-
<p>This guide has a different focus from the above resources. This site
59-
describes the myriad ways of setting up a Python <em>web application</em>
60-
stack from a &quot;bare metal&quot; server, virtual private server (VPS), Amazon Web
61-
Services (AWS) instance, or Platform-as-a-Service (PaaS) provider up
62-
through the JavaScript running on users' browsers on your website.</p>
58+
<p>This guide has a different focus from the above resources. Here I
59+
focus on explaining several ways of setting up a Python <em>web application</em>
60+
stack from server infrastructure through JavaScript execution on a user's
61+
browser.</p>
6362
<div class="section" id="about-the-author">
6463
<h2>About the Author</h2>
6564
<p>I'm <a class="reference external" href="http://www.mattmakai.com/">Matt Makai</a> and I solve problems by

source/content/pages/introduction.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ background, I wrote a
1717
`Learning Python <http://www.mattmakai.com/learning-python-for-non-developers.html>`_
1818
blog post you may find useful.
1919

20-
This guide has a different focus from the above resources. This site
21-
describes the myriad ways of setting up a Python *web application*
22-
stack from a "bare metal" server, virtual private server (VPS), Amazon Web
23-
Services (AWS) instance, or Platform-as-a-Service (PaaS) provider up
24-
through the JavaScript running on users' browsers on your website.
20+
This guide has a different focus from the above resources. Here I
21+
focus on explaining several ways of setting up a Python *web application*
22+
stack from server infrastructure through JavaScript execution on a user's
23+
browser.
2524

2625
About the Author
2726
----------------

0 commit comments

Comments
 (0)