From 5bdb4537cd54ffb9cc29d3f0cf92283f5e5c36c5 Mon Sep 17 00:00:00 2001 From: Eric Dasmalchi <54728455+edasmalchi@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:35:44 -0700 Subject: [PATCH] fix composing programs link (#3476) --- 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)