From 3fd9b4dd346b7808340df1bdf693fa521f83fc1d Mon Sep 17 00:00:00 2001 From: Sandeep Mishra <87706790+sandeepmishratech@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:09:55 +0530 Subject: [PATCH] Added a new resource Added a new resource for Python - Complete Python Tutorial. Found this tutorial on Python online while looking for some resources to learn python. Topics were explained in detail and found it to be useful and thought of adding it here. Hope this small contribution will help other learners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fa2f56..cd9d335 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ This repository is an attempt to consolidate useful resources for Site Reliabili - [ ] [Python Basics](https://pythonbasics.org/) - [ ] [Python For Everyone](https://www.py4e.com/) +- [ ] [Complete Python Tutorial](https://www.scaler.com/topics/python/) ### Go (Golang)