Update README.md

This commit is contained in:
Jordan T 2020-10-30 10:40:37 -05:00 committed by GitHub
parent 3c62163b82
commit eff8f93011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -82,9 +82,17 @@ This repository is an attempt to consolidate useful resources for Site Reliabili
## Clouds
* [The Open Guide to Amazon Web Services](https://github.com/open-guides/og-aws)
* [Learning Azure](https://docs.microsoft.com/en-us/learn/azure/)
* [Hands-On Training with GCP](https://cloud.google.com/training/badges)
## Programming
### Python
* [Python Basics](https://pythonbasics.org/)
* [Python For Everyone](https://www.py4e.com/)
### Go (Golang)
* [A tour of Go](https://tour.golang.org)