File tree 4 files changed +10
-10
lines changed
4 files changed +10
-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-02-06T08:28 :13Z</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-02-06T09:54 :13Z</updated ></feed >
Original file line number Diff line number Diff line change 75
75
< div class ="col-md-8 ">
76
76
< h1 > Introduction</ h1 >
77
77
< p > You're knee deep in learning the < a class ="reference external " href ="http://www.python.org/ "> Python</ a >
78
- programming language. The syntax is beginning to make sense. The first
79
- few "AHA!" moments are hitting you. You've picked up the basic concepts of
80
- a Python web framework.</ p >
78
+ programming language. The syntax is starting to make sense. The first
79
+ few "AHA!" moments are hitting you as you're building applications with
80
+ a web framework.</ p >
81
81
< p > Now you want to know how to take your web application code and put it
82
82
live on the Web. That's where this guide comes in. If you want to gain
83
83
an understanding of everything you need to deploy and run a production Python
Original file line number Diff line number Diff line change 75
75
< div class ="col-md-8 ">
76
76
< h1 > Introduction</ h1 >
77
77
< p > You're knee deep in learning the < a class ="reference external " href ="http://www.python.org/ "> Python</ a >
78
- programming language. The syntax is beginning to make sense. The first
79
- few "AHA!" moments are hitting you. You've picked up the basic concepts of
80
- a Python web framework.</ p >
78
+ programming language. The syntax is starting to make sense. The first
79
+ few "AHA!" moments are hitting you as you're building applications with
80
+ a web framework.</ p >
81
81
< p > Now you want to know how to take your web application code and put it
82
82
live on the Web. That's where this guide comes in. If you want to gain
83
83
an understanding of everything you need to deploy and run a production Python
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Introduction
6
6
:sort-order: 01
7
7
8
8
You're knee deep in learning the `Python <http://www.python.org/ >`_
9
- programming language. The syntax is beginning to make sense. The first
10
- few "AHA!" moments are hitting you. You've picked up the basic concepts of
11
- a Python web framework.
9
+ programming language. The syntax is starting to make sense. The first
10
+ few "AHA!" moments are hitting you as you're building applications with
11
+ a web framework.
12
12
13
13
Now you want to know how to take your web application code and put it
14
14
live on the Web. That's where this guide comes in. If you want to gain
You can’t perform that action at this time.
0 commit comments