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. -----