More and more scripts for administrative tasks on Linux OS are written by Python. This post aims to introduce a tool to trace Python statement execution. Python is a dynamic object-oriented programming language which can be used to develop various types of software. It offers strong support for integration with other languages and tools and comes with extensive standard libraries. In Linux distributions, Python is widely used to write administrative tools, such as printer configuration package … [Read more...] about How to Trace Python Scripts using trace.py