File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-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-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 7575 < div class ="col-md-8 ">
7676 < h1 > Introduction</ h1 >
7777 < 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 >
8181< p > Now you want to know how to take your web application code and put it
8282live on the Web. That's where this guide comes in. If you want to gain
8383an understanding of everything you need to deploy and run a production Python
Original file line number Diff line number Diff line change 7575 < div class ="col-md-8 ">
7676 < h1 > Introduction</ h1 >
7777 < 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 >
8181< p > Now you want to know how to take your web application code and put it
8282live on the Web. That's where this guide comes in. If you want to gain
8383an 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
66:sort-order: 01
77
88You'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.
1212
1313Now you want to know how to take your web application code and put it
1414live 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