From 48fdb0280f56959dbcddf1ebdbf379e76d968a2f Mon Sep 17 00:00:00 2001 From: Marcus Kazmierczak Date: Sun, 8 Apr 2018 06:52:56 -0700 Subject: [PATCH] Update link Fix link for Python String Format Cookbook --- python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.md b/python.md index 0c08428..8e24a70 100644 --- a/python.md +++ b/python.md @@ -21,7 +21,7 @@ python -m http.server 8000 - https://wiki.python.org/moin/DebuggingWithGdb - http://stackoverflow.com/questions/11854519/python-multiprocessing-some-functions-do-not-return-when-they-are-complete-que - https://www.troyfawkes.com/learn-python-multithreading-queues-basics/ -- https://mkaz.tech/python-string-format.html +- https://mkaz.blog/code/python-string-format-cookbook/ - https://zapier.com/engineering/debugging-python-boss/ - https://fangpenlin.com/posts/2012/08/26/good-logging-practice-in-python/ - http://kronosapiens.github.io/blog/2014/07/28/understanding-package-imports-in-python.html