You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,5 @@ See some ideas at: [https://github.com/mccright/rand-notes/blob/master/Applicati
60
60
* "The Ins and Outs of Logging in Python, Part 1" [https://monadical.com/posts/ins-and-outs-of-logging-in-python-part-one.html#](https://monadical.com/posts/ins-and-outs-of-logging-in-python-part-one.html#)
61
61
* "Logging practices I follow" [https://www.16elt.com/2023/01/06/logging-practices-I-follow/](https://www.16elt.com/2023/01/06/logging-practices-I-follow/)
62
62
* "How to Pickle and Unpickle Objects in Python." [https://stackabuse.com/how-to-pickle-and-unpickle-objects-in-python/](https://stackabuse.com/how-to-pickle-and-unpickle-objects-in-python/)
63
+
* another example: https://github.com/timreibe/vaccipy/blob/master/tools/clog.py
64
+
* Example github search for "log.py" files: ```path:/(^|\/)log\.py$/ language:Python```
0 commit comments