Add links in course content of Python and The Web (#70)

This commit is contained in:
Tushar Jain 2020-12-15 09:12:51 +05:30 committed by GitHub
parent ec555dcc91
commit c9ab45e619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -24,15 +24,15 @@ Have latest version of python installed
## Course Contents
1. [The Python Language](https://linkedin.github.io/school-of-sre/python_web/intro/#the-python-language)
1. Some Python Concepts
2. Python Gotchas
1. [Some Python Concepts](https://linkedin.github.io/school-of-sre/python_web/python-concepts/)
2. [Python Gotchas](https://linkedin.github.io/school-of-sre/python_web/python-concepts/#some-gotchas)
2. [Python and Web](https://linkedin.github.io/school-of-sre/python_web/python-web-flask/)
1. Sockets
2. Flask
1. [Sockets](https://linkedin.github.io/school-of-sre/python_web/python-web-flask/#sockets)
2. [Flask](https://linkedin.github.io/school-of-sre/python_web/python-web-flask/#flask)
3. [The URL Shortening App](https://linkedin.github.io/school-of-sre/python_web/url-shorten-app/)
1. Design
2. Scaling The App
3. Monitoring The App
1. [Design](https://linkedin.github.io/school-of-sre/python_web/url-shorten-app/#design)
2. [Scaling The App](https://linkedin.github.io/school-of-sre/python_web/sre-conclusion/#scaling-the-app)
3. [Monitoring The App](https://linkedin.github.io/school-of-sre/python_web/sre-conclusion/#monitoring-strategy)
## The Python Language