From f9dbd16afe60462128662244bb7f4701179f0c47 Mon Sep 17 00:00:00 2001 From: gavhu10 Date: Wed, 22 Jan 2025 11:10:31 -0500 Subject: [PATCH] feat: add resource for dictionaries (#8090) --- .../python/content/dictionaries@bc9CL_HMT-R6nXO1eR-gP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/python/content/dictionaries@bc9CL_HMT-R6nXO1eR-gP.md b/src/data/roadmaps/python/content/dictionaries@bc9CL_HMT-R6nXO1eR-gP.md index ff91f2cb2..01eb3509f 100644 --- a/src/data/roadmaps/python/content/dictionaries@bc9CL_HMT-R6nXO1eR-gP.md +++ b/src/data/roadmaps/python/content/dictionaries@bc9CL_HMT-R6nXO1eR-gP.md @@ -6,3 +6,4 @@ Learn more from the following resources: - [@official@Dictionaries in Python](https://docs.python.org/3/tutorial/datastructures.html#dictionaries) - [@article@W3 Schools - Dictionaries](https://www.w3schools.com/python/python_dictionaries.asp) +- [@article@Dictionaries in Python](https://realpython.com/python-dicts/)