April 2017
Intermediate to advanced
556 pages
11h 5m
English
Static code analysis tools can provide a rich summary of information on the static properties of your code, which can provide insights into aspects such as complexity and modifiability/readability of the code.
Python has a lot of third-party tool support, which helps in measuring the static aspects of Python code such as these:
The following are some of the most popular tools in the Python ecosystem that can perform such static analysis: