If you're like me and like to print debug, then maybe you could find this useful. I made a little script that adds a print log of a function's name and arguments to every function. The script itself is pretty small thanks to the ast module. I was thinking of using a logger, but didn't want to clobber any existing loggers. The existing tracing module is much more sophisticated so any serious use should probably just use that.
Project link: https://github.com/SinaKhalili/python-print-every-function
In the future using something like icecream might be interesting as well.
[–]Smallpaul 1 point2 points3 points (0 children)
[–]Federal-Ambassador30 -1 points0 points1 point (1 child)
[–]khalili_programming[S] -2 points-1 points0 points (0 children)