Skip to content

Commit 56cc332

Browse files
committed
add link to learning programming page
1 parent 9b83b9a commit 56cc332

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/pages/01-introduction/00-introduction.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ few "*ahh-ha*!" moments hit you as you learning conditional
1414
statements, `for` loops and classes while playing around with the open source
1515
libraries that make Python such an amazing language.
1616

17-
Now you want to take your initial Python knowledge and make something real,
18-
like an application that's available on the web that you can show off or
19-
sell as a service to other people. That's where Full Stack Python comes in.
20-
You've come to the right place to learn everything you need to
21-
[create](/web-development.html), [deploy](/deployment.html)
17+
Now you want to take your
18+
[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)
2223
and [operate](/devops.html) production Python web applications.

0 commit comments

Comments
 (0)