From 8a5de767e4fe454a88b732aebb8f008105ba00a1 Mon Sep 17 00:00:00 2001 From: Jeevan <118162251+jivan84@users.noreply.github.com> Date: Fri, 2 Dec 2022 16:23:03 +0530 Subject: [PATCH] Added a useful resource Hey, I have added a helpful reference link for python in the python section that I think will best add to your content and give your readers a more diverse understanding of the topic. I hope you will like this. Thank you. --- docs/S1_Python_and_Jupyter.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/S1_Python_and_Jupyter.md b/docs/S1_Python_and_Jupyter.md index 1bc6f26..2104099 100644 --- a/docs/S1_Python_and_Jupyter.md +++ b/docs/S1_Python_and_Jupyter.md @@ -1262,6 +1262,7 @@ This section serves as a reference for many other resources to learn more about - [Official Python 3 Tutorial from the Python Software Foundation](https://docs.python.org/3/tutorial/index.html) - [*Python Crash Course*, 2nd Edition by Eric Matthes](https://nostarch.com/pythoncrashcourse2e) - [*Python From The Very Beginning* by John Whitington](https://www.pythonfromtheverybeginning.com) +- [*Learn Python Programming*](https://www.scaler.com/topics/python/) - [*Python Data Science Handbook* by Jake VanderPlas (Free!)](https://jakevdp.github.io/PythonDataScienceHandbook/?utm_source=devfreebooks&utm_medium=medium&utm_campaign=DevFreeBooks) - [Simple Math in Python Notebook Excercises from UW DIRECT](https://github.com/UWDIRECT/UWDIRECT.github.io/blob/master/Wi20_content/SEDS/L2.Simple_Breakout.ipynb)