From 8e12b041821f5e327cbe496391ae07046faa4b44 Mon Sep 17 00:00:00 2001 From: Sachin Bhatt <111337936+Sachinbhatttech@users.noreply.github.com> Date: Fri, 19 Aug 2022 19:47:47 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for Python Tutorial under Python Resources. 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 a6cecc9..bdc91a8 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Monday | Wednesday * [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/gist/rpmuller/5920182): Read through the Overview section for a quick introduction to Python. * [Python for Informatics](http://www.pythonlearn.com/book.php): A very beginner-oriented book, with associated [slides](https://drive.google.com/folderview?id=0B7X1ycQalUnyal9yeUx3VW81VDg&usp=sharing) and [videos](https://www.youtube.com/playlist?list=PLlRFEj9H3Oj4JXIwMwN1_ss1Tk8wZShEJ). * Code from our [beginner](code/00_python_beginner_workshop.py) and [intermediate](code/00_python_intermediate_workshop.py) workshops: Useful for review and reference. +* [Scaler Python Tutorial](https://www.scaler.com/topics/python/): A guide to learn Python easily from beginner to advanced level. -----