Skip to content

Commit

Permalink
Added Python Code Visualizing Tool For Understang Code Execution
Browse files Browse the repository at this point in the history
  • Loading branch information
manoj1749 committed Oct 25, 2021
1 parent be8b8bc commit fdf6ed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Python/Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
+ <a href = "https://www.datacamp.com/courses/intro-to-python-for-data-science"> Intro to Python for Data Science - DataCamp</a>
+ <a href = "https://www.linkedin.com/learning/python-essential-training-2"> Python Essential Training - LinkedIn Learning</a>
+ <a href = "https://www.tutlane.com/tutorial/python"> Learn Python - Tutlane</a>

+ <a href = "https://pythontutor.com/visualize.html#mode=edit"> Python Code Visuaizing Tool </a>

## 2. Socket Programming
+ <a href = "https://realpython.com/python-sockets/"> Socket Programming in Python Basics</a>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fdf6ed2

Please sign in to comment.