|
13 | 13 | {% block content %} |
14 | 14 | <div class="row"> |
15 | 15 | <div class="c8"> |
16 | | - {% for page in pages|sort(attribute='sortorder') %} |
17 | | - {% if page.slug == 'introduction' %} |
18 | | - {{ page.content }} |
19 | | - <p>This guide branches out on topic because your learning |
20 | | - requirements depend on what you're working on. Select one |
21 | | - of the buttons below or check out the full |
22 | | - <a href="/table-of-contents.html">table of contents</a>. |
23 | | - </p> |
24 | | - <h3>What do you need to learn to create your application?</h3> |
25 | | - {% include "choices/index.html" %} |
26 | | - {% endif %} |
27 | | - {% endfor %} |
| 16 | + <h1 style="font-size:30px">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> |
| 22 | + <p>Now you want to take your |
| 23 | + <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 |
| 27 | + need to <a href="/web-development.html">create</a>, |
| 28 | + <a href="/deployment.html">deploy</a> and <a href="/devops.html">operate</a> |
| 29 | + production Python web applications.</p> |
| 30 | + <p>This guide branches out on topic because your learning |
| 31 | + requirements depend on what you're working on. Select one |
| 32 | + of the buttons below or check out the full |
| 33 | + <a href="/table-of-contents.html">table of contents</a>. |
| 34 | + </p> |
| 35 | + <h3>What do you need to learn to create your application?</h3> |
| 36 | + {% include "choices/index.html" %} |
28 | 37 | </div> |
29 | 38 | {% include "index-sidebar.html" %} |
30 | 39 | </div> |
|
0 commit comments