@@ -39,13 +39,14 @@ <h1>Introduction</h1>
3939few "< em > ahh-ha</ em > !" moments are hitting you as you're learning conditional
4040statements, for loops and classes while playing around with the open source
4141libraries that make Python such an amazing language.</ p >
42- < p > Now you want to take your initial Python knowledge and make something real.
43- A real web application that's available on the web which you can show off or
42+ < p > Now you want to take your initial Python knowledge and make something real,
43+ like an application that's available on the web that you can show off or
4444sell as a service to other people. That's where Full Stack Python comes in.
45- You've come to the right place to learn everything you need to deploy and
46- run a production Python web application.</ p >
47- < p > This guide branches out on topic because your learning needs depend on what
48- you're currently trying to do. </ p >
45+ You've come to the right place to learn everything you need to create, deploy
46+ and run a production Python web application.</ p >
47+ < p > This guide branches out on topic because your learning requirements depend on
48+ what you're working on. Select one of the buttons below or check out the full
49+ < a href ="/table-of-contents.html "> table of contents</ a > . </ p >
4950 < h1 > Why Use Python?</ h1 >
5051< p > Python's expansive library of open source data analysis tools,
5152< a href ="/web-frameworks.html "> web frameworks</ a > ,
@@ -6085,6 +6086,8 @@ <h1>Change Log</h1>
60856086< h2 > 2015</ h2 >
60866087< h3 > June</ h3 >
60876088< ul >
6089+ < li > Reviewed and updated the < a href ="/introduction.html "> introduction</ a > with slight
6090+ modifications.</ li >
60886091< li > Added new < a href ="/docker.html "> Docker</ a > resources.</ li >
60896092< li > Made some changes to what is contained in the Markdown files versus the
60906093 HTML Jinja2 templates. Behind the scenes work that needed to be done to
0 commit comments