From 278e883801c6b2d004130a64b2b8c766927a62db Mon Sep 17 00:00:00 2001 From: Manibhadra Singh Rathore <132562272+manibhadra01@users.noreply.github.com> Date: Mon, 15 May 2023 16:48:05 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for Python Tutorial I came upon this article while looking for resources to learn Python. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33c6fe8..814d8d8 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Python is an easy to learn language many beginners to coding choose as their fir - [Python for You and Me](http://pymbook.readthedocs.org/en/py3/) - [Learn Python the Hard Way](http://learnpythonthehardway.org/book/) - [edX Introduction to Computer Science and Programming Using Python] (https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-5) + - [Python Guide](https://wiingy.com/learn/python/python-tutorial/) ## General Topics for Beginners - [Python Tutorials for Beginners and Programmers ](https://www.codementor.io/python/tutorial)