python Simply print current function name Python tip for debugging: how to dynamically print the current function name using sys._getframe() for better error tracking and code debugging during development.