Skip to content

Commit ceec915

Browse files
committed
fix typo in intro
1 parent 5b12879 commit ceec915

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1717
Now 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.

content/pages/01-introduction/09-best-python-videos.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ topics of using [web frameworks](/web-frameworks.html) like
4747
principles such as spacing, consistency and making interactions obvious
4848
for a user.
4949

50+
* [How Netflix does failovers in 7 minutes flat](https://www.youtube.com/watch?v=iQI56-up3Yk)
51+
by Amjith Ramanujam at PyCon US was an excellent talk on handling
52+
network outages and predicting the reliability of failover routes.
53+
This talk is worth watching even for the data visualizations alone!
54+
5055
* Kate Heddleston and I gave a talk at DjangoCon 2014 called
5156
[Choose Your Own Django Deployment Adventure](https://www.youtube.com/watch?v=QrFEKghISEI)
5257
which walked through many of the scenarios you'd face when deploying your
131 KB
Loading
127 KB
Loading

0 commit comments

Comments
 (0)