File tree 4 files changed +7
-10
lines changed
4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?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>
95
95
< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
96
96
useful.</ p >
97
97
< 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 >
101
100
< p > People learning Python generally have at least one of the three following
102
101
goals:</ p >
103
102
< ol class ="arabic simple ">
Original file line number Diff line number Diff line change @@ -95,9 +95,8 @@ <h1>Introduction</h1>
95
95
< a class ="reference external " href ="http://www.mattmakai.com/learning-python-for-non-developers.html "> Learning Python</ a >
96
96
useful.</ p >
97
97
< 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 >
101
100
< p > People learning Python generally have at least one of the three following
102
101
goals:</ p >
103
102
< 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
33
33
useful.
34
34
35
35
This 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.
39
38
40
39
People learning Python generally have at least one of the three following
41
40
goals:
You can’t perform that action at this time.
0 commit comments