@@ -7,24 +7,25 @@ sort-order: 01
77# Introduction
88You're knee deep in learning the [ Python] ( http://www.python.org/ )
99programming language. The syntax is starting to make sense. The first
10- few "AHA !" moments are hitting you as you're building applications with
10+ few "* ahh-ha * !" moments are hitting you as you're building applications with
1111a web framework.
1212
1313Now you want to know how to take your web application code and make it
1414live on the Web. That's where this guide comes in. When you want to gain
1515an understanding of everything you need to deploy and run a production Python
1616web application, you've come to the right place.
1717
18- If you're not yet ready to deploy your application there are a few other
19- [ fantastic Python guides] ( ../best-python-resources.html ) that you can read
20- first.
21-
22- If you have previously read this guide check out the
18+ If you've previously read this guide check out the
2319[ change log] ( ../change-log.html ) to find out what major sections have been
2420added since your last visit.
2521
26- This guide has a different focus from other Python resources. In each section
27- of this guide you will learn topics such as
22+ If you are not yet ready to deploy your application there are a few other
23+ [ fantastic Python guides] ( ../best-python-resources.html ) that you can read
24+ first.
25+
26+ This guide has a different focus from the other Python resources on the
27+ best resource links page. In each section of this guide you will learn topics
28+ such as
2829
2930 * what server options exist
3031 * which operating system to use for production applications
0 commit comments