From 6f1830f7babef1531d55bcda3df23142e2c8942b Mon Sep 17 00:00:00 2001 From: Shruti Grover Date: Mon, 18 Mar 2019 06:26:46 -0400 Subject: [PATCH] Adding resource for Python (#30018) https://www.py4e.com (Python for Everybody) added as tutorials for python --- guide/english/python/python-resources/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/python/python-resources/index.md b/guide/english/python/python-resources/index.md index 33c49ecd87..bc961c2712 100644 --- a/guide/english/python/python-resources/index.md +++ b/guide/english/python/python-resources/index.md @@ -35,6 +35,7 @@ title: Python Resources * Tutorials Point - Python * Set of Starter Projects with Videos - From the basics onward. * The Flask Mega Tutorial (Miguel Grinberg) +* Python for Everybody * The Complete Python 3 Course: Beginner to Advanced! ## Challenges