|
14 | 14 | <div class="row"> |
15 | 15 | <div class="c8"> |
16 | 16 | <h1 style="font-size:26px">Build, Deploy and Operate Python Applications</h1> |
17 | | - <p>You're knee deep in learning the <a href="http://www.python.org/">Python</a> |
18 | | - programming language. The syntax is starting to make sense. The first |
19 | | - few "<em>ahh-ha</em>!" moments hit you as you learning conditional |
20 | | - statements, <code>for</code> loops and classes while playing around with the open |
21 | | - source libraries that make Python such an amazing language.</p> |
| 17 | + <p>You're knee deep in learning <a href="http://www.python.org/">Python</a> |
| 18 | + programming. The syntax is starting to make sense. The first |
| 19 | + few <em>ahh-ha!</em> moments hit you as you learn to use |
| 20 | + conditional statements, <code>for</code> loops and classes while |
| 21 | + coding with the open source libraries that make Python such an |
| 22 | + amazing language.</p> |
22 | 23 | <p>Now you want to take your |
23 | 24 | <a href="/learning-programming.html">initial Python knowledge</a> |
24 | | - and make something real, like an application that's available on the web that |
25 | | - you can show off or sell as a service to other people. That's where Full |
26 | | - Stack Python comes in. You've come to the right place to learn everything you |
| 25 | + and make something real, like a web application to show off to friends or |
| 26 | + sell as a service to customers. That's where |
| 27 | + <a href="https://www.fullstackpython.com/table-of-contents.html">Full Stack Python</a> |
| 28 | + comes in. You have come to the right place to learn everything you |
27 | 29 | need to <a href="/web-development.html">create</a>, |
28 | 30 | <a href="/deployment.html">deploy</a> and <a href="/devops.html">operate</a> |
29 | | - production Python web applications.</p> |
| 31 | + Python-powered applications.</p> |
30 | 32 | <p>This guide branches out on topic because your learning |
31 | 33 | requirements depend on what you're working on. Select one |
32 | 34 | of the buttons below or check out the full |
|
0 commit comments