From 3722e5f3bd2e03c39e94f9b2aca11046f8b6acb5 Mon Sep 17 00:00:00 2001 From: gavhu10 Date: Thu, 30 Jan 2025 17:01:01 -0500 Subject: [PATCH] Added a resource concerning Python Modules and Packages (#8095) --- src/data/roadmaps/python/content/custom@l7k0qTYe42wYBTlT2-1cy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/python/content/custom@l7k0qTYe42wYBTlT2-1cy.md b/src/data/roadmaps/python/content/custom@l7k0qTYe42wYBTlT2-1cy.md index 0c417bfcb..151d38bdd 100644 --- a/src/data/roadmaps/python/content/custom@l7k0qTYe42wYBTlT2-1cy.md +++ b/src/data/roadmaps/python/content/custom@l7k0qTYe42wYBTlT2-1cy.md @@ -6,3 +6,4 @@ Visit the following resources to learn more: - [@official@Python Modules](https://docs.python.org/3/tutorial/modules.html) - [@article@Modules in Python](https://www.programiz.com/python-programming/modules) +- [@article@Python Modules and Packages](https://realpython.com/python-modules-packages/)