@@ -8,16 +8,18 @@ meta: Full Stack Python provides plain language explanations for Python programm
88
99
1010# Introduction
11- You're knee deep in learning the [ Python] ( http://www.python.org/ )
12- programming language . The syntax is starting to make sense. The first
13- few "* ahh-ha* !" moments hit you as you learning conditional
14- statements, ` for ` loops and classes while playing around with the open source
15- libraries that make Python such an amazing language.
11+ You're knee deep in learning [ Python] ( http://www.python.org/ )
12+ programming. The syntax is starting to make sense. The first
13+ few "* ahh-ha* !" moments hit you as you are learn conditional
14+ statements, ` for ` loops and classes while playing around with the open
15+ source libraries that make Python such an amazing language.
1616
1717Now you want to take your
1818[ initial Python knowledge] ( /learning-programming.html )
19- and make something real, like an application that's available on the web that
20- you can show off or sell as a service to other people. That's where Full
21- Stack Python comes in. You've come to the right place to learn everything you
22- need to [ create] ( /web-development.html ) , [ deploy] ( /deployment.html )
23- and [ operate] ( /devops.html ) production Python web applications.
19+ and make something real, like an web application that's available on
20+ the internet that you can show off or sell as a service to other people.
21+ That's where
22+ [ Full Stack Python] ( https://www.fullstackpython.com/table-of-contents.html )
23+ comes in. You've come to the right place to learn everything you
24+ need to know to [ create] ( /web-development.html ) , [ deploy] ( /deployment.html )
25+ and [ operate] ( /devops.html ) your Python-powered projects.
0 commit comments