From fdf6ed2afcde2e6801997dea529e98899d5f3379 Mon Sep 17 00:00:00 2001 From: Manoj Date: Mon, 25 Oct 2021 17:17:13 +0530 Subject: [PATCH] Added Python Code Visualizing Tool For Understang Code Execution --- Python/Python.md | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Python/Python.md b/Python/Python.md index 287292be..8a7c7b1a 100644 --- a/Python/Python.md +++ b/Python/Python.md @@ -22,7 +22,7 @@ + Intro to Python for Data Science - DataCamp + Python Essential Training - LinkedIn Learning + Learn Python - Tutlane - ++ Python Code Visuaizing Tool ## 2. Socket Programming + Socket Programming in Python Basics diff --git a/README.md b/README.md index ebaa2641..7cd79662 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ When I was in college, I missed a lot of opportunities like hackathons, conferen - [Learn Python the Hard Way](https://learnpythonthehardway.org/) - [Complete Python tutorials](https://www.youtube.com/playlist?list=PLwgFb6VsUj_lQTpQKDtLXKXElQychT_2j) - [Python Tutorial | Tutlane](https://www.tutlane.com/tutorial/python) + - [Python Tutor | For Visualization](https://pythontutor.com/visualize.html#mode=edit) + - **Best GitHub Repositories to follow** - [The Algorithms Python](https://github.com/TheAlgorithms/Python)