From 88abbbf235f8261f1dc39525aa5cc5a64c40538c Mon Sep 17 00:00:00 2001 From: Adarsh D Date: Tue, 2 Jan 2024 19:17:05 +0530 Subject: [PATCH] Update week-5-python.md - add realpython as resource --- docs/weekly_modules/Week 5/week-5-python.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/weekly_modules/Week 5/week-5-python.md b/docs/weekly_modules/Week 5/week-5-python.md index b0af0b5..95b5394 100644 --- a/docs/weekly_modules/Week 5/week-5-python.md +++ b/docs/weekly_modules/Week 5/week-5-python.md @@ -33,6 +33,8 @@ _Students need not refer to every resource given. Select any 1/2 resources for a Use [Python Tutor](https://pythontutor.com/) - To see execution flow of code +[_Recommended_] Search [RealPython](realpython.com) for each topic in curriculum. They have good text tutorials on almost all Python topics. + **Courses**: [Learn Python 3 | Codecademy](https://www.codecademy.com/learn/learn-python-3)