From db535f35a97c4d1f48615827c4213f4b0d927c35 Mon Sep 17 00:00:00 2001 From: Eric Dasmalchi <54728455+edasmalchi@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:34:52 -0700 Subject: [PATCH] fix composing programs link --- docs/analytics_tools/knowledge_sharing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/analytics_tools/knowledge_sharing.md b/docs/analytics_tools/knowledge_sharing.md index 5add3ed9a3..e8fd7fc9f2 100644 --- a/docs/analytics_tools/knowledge_sharing.md +++ b/docs/analytics_tools/knowledge_sharing.md @@ -26,7 +26,7 @@ Here are some resources data analysts have collected and referenced, that will h ### Python -- [Composing Programs: comprehensive Python course](https://composingprograms.com/) +- [Composing Programs: comprehensive Python course](https://www.composingprograms.com/) - [Intermediate Python: tips for improving your programs](https://book.pythontips.com/en/latest/index.html) - [Stop Python from executing code when a module is imported.](https://stackoverflow.com/questions/6523791/why-is-python-running-my-module-when-i-import-it-and-how-do-i-stop-it) - [Loop through 2 lists with zip in parallel.](https://stackoverflow.com/questions/1663807/how-to-iterate-through-two-lists-in-parallel)