Code analysis using python ast module
Nov 28, 2021 · 5 min read · Static Code Analysis What is static code analysis? According to wikipedia , it is the analysis of computer software that is performed without actually executing programs. Hmm! meaning??? Lets see an example and try to understand something, suppose I...
Join discussion