From a0929ce76b8f303611266ef0332141ddab364a27 Mon Sep 17 00:00:00 2001 From: Cris Date: Sat, 27 Oct 2018 03:55:23 -0700 Subject: [PATCH 1/2] Fixed anchor link to Tuples It was missing the L --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 391c3cc..b75394e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Click to jump to the relevant section of the script or the notebook: 4. Comparisons and Boolean Operations ([script](reference.py#L102), [notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb#4.-Comparisons-and-Boolean-Operations)) 5. Conditional Statements ([script](reference.py#L121), [notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb#5.-Conditional-Statements)) 6. Lists ([script](reference.py#L150), [notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb#6.-Lists)) -7. Tuples ([script](reference.py#224), [notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb#7.-Tuples)) +7. Tuples ([script](reference.py#L224), [notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb#7.-Tuples)) 8. Strings ([script](reference.py#L259), [notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb#8.-Strings)) 9. Dictionaries ([script](reference.py#L319), [notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb#9.-Dictionaries)) 10. Sets ([script](reference.py#L372), [notebook](http://nbviewer.jupyter.org/github/justmarkham/python-reference/blob/master/reference.ipynb#10.-Sets)) From 082604f8b72f19874bed2e15ee535dbf2ee295b3 Mon Sep 17 00:00:00 2001 From: Kevin Markham Date: Sun, 8 Jun 2025 05:57:23 -0400 Subject: [PATCH 2/2] Update Python resources --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b75394e..b10a390 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,7 @@ Click to jump to the relevant section of the script or the notebook: ### Other Python Resources -If you like the general format of this guide, but need **more explanation of each topic**, I highly recommend reading the Appendix of [Python for Data Analysis](http://shop.oreilly.com/product/0636920023784.do). It presents the essentials of the Python language in a clear and focused manner. - -If you are looking for a resource that will help you to **learn Python from scratch**, this is [my list of recommended resources](https://github.com/justmarkham/DAT8#python-resources). +If you are looking for a resource that will help you to **learn Python from scratch**, check out my course, [Python Essentials for Data Scientists](https://courses.dataschool.io/python-essentials-for-data-scientists). ### Suggestions or Corrections