Quick way to calculate lines of code/comments in a collection of Python scripts?

Malcolm Greene python at bdurham.com
Wed Oct 5 13:56:59 EDT 2016


Looking for a quick way to calculate lines of code/comments in a
collection of Python scripts. This isn't a LOC per day per developer
type analysis - I'm looking for a metric to quickly judge the complexity
of a set of scripts I'm inheriting.

Thank you,
Malcolm



More information about the Python-list mailing list