File tree Expand file tree Collapse file tree 4 files changed +13
-16
lines changed
Expand file tree Collapse file tree 4 files changed +13
-16
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 >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 >
Original file line number Diff line number Diff line change @@ -69,11 +69,10 @@ <h1>Introduction</h1>
6969background, I wrote a
7070< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
7171blog 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 "bare metal" 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
Original file line number Diff line number Diff line change @@ -55,11 +55,10 @@ <h1>Introduction</h1>
5555background, I wrote a
5656< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
5757blog 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 "bare metal" 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
Original file line number Diff line number Diff line change @@ -17,11 +17,10 @@ background, I wrote a
1717`Learning Python <http://www.mattmakai.com/learning-python-for-non-developers.html >`_
1818blog 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
2625About the Author
2726----------------
You can’t perform that action at this time.
0 commit comments