SSumitinkuppakoffe.space·Nov 28, 2021 · 5 min readCode analysis using python ast moduleStatic 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...00