From 27ba8158a81b8939a4f4a1a12b9d0b18cb198a87 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sat, 22 Aug 2020 18:15:50 -0700 Subject: [PATCH] Add ultimate-python as tutorial resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d0c8cd..becb5bc 100644 --- a/README.md +++ b/README.md @@ -1308,6 +1308,7 @@ Where to discover learning resources or new Python libraries. * [Python Cheatsheet](https://www.pythoncheatsheet.org/) * [Real Python](https://realpython.com) * [The Hitchhiker’s Guide to Python](https://docs.python-guide.org/) + * [Ultimate Python study guide](https://github.com/huangsam/ultimate-python) * Libraries * [Awesome Python @LibHunt](https://python.libhunt.com/) * Others