File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed
Expand file tree Collapse file tree 4 files changed +7
-10
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 >2014-01-28T14:12:11Z </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 >2014-01-30T13:26:46Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -95,9 +95,8 @@ <h1>Introduction</h1>
9595< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
9696useful.</ p >
9797< p > This guide has a different focus from the above resources. Here I
98- focus on explaining several ways of for how the Python < em > web application</ em >
99- stack works from server infrastructure through JavaScript execution on a
100- user's browser.</ p >
98+ focus on explaining the way a Python < em > web application</ em > stack works from
99+ server infrastructure through JavaScript execution on a user's browser.</ p >
101100< p > People learning Python generally have at least one of the three following
102101goals:</ p >
103102< ol class ="arabic simple ">
Original file line number Diff line number Diff line change @@ -95,9 +95,8 @@ <h1>Introduction</h1>
9595< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
9696useful.</ p >
9797< p > This guide has a different focus from the above resources. Here I
98- focus on explaining several ways of for how the Python < em > web application</ em >
99- stack works from server infrastructure through JavaScript execution on a
100- user's browser.</ p >
98+ focus on explaining the way a Python < em > web application</ em > stack works from
99+ server infrastructure through JavaScript execution on a user's browser.</ p >
101100< p > People learning Python generally have at least one of the three following
102101goals:</ p >
103102< ol class ="arabic simple ">
Original file line number Diff line number Diff line change @@ -33,9 +33,8 @@ you may also find my post on
3333useful.
3434
3535This guide has a different focus from the above resources. Here I
36- focus on explaining several ways of for how the Python *web application *
37- stack works from server infrastructure through JavaScript execution on a
38- user's browser.
36+ focus on explaining the way a Python *web application * stack works from
37+ server infrastructure through JavaScript execution on a user's browser.
3938
4039People learning Python generally have at least one of the three following
4140goals:
You can’t perform that action at this time.
0 commit comments