diff --git a/README.md b/README.md index 25d72c1..c07e710 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,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)