<code>
What is it?
What
is
it?

Is it?
How about good code?
Start with measurables
PEP8
Lint/Hint
Static Code Analysis
Performance
Base Code Quality

PEP8 Violations
Cyclomatic Complexity
Bugs per line
Coupling
Coheasion
Is this code loosely coupled?
Is this DRY?
Does this class have 'high coheasion'?
What are the bottlenecks in our code and systems?
What's that got to do with the strengh of the dollar to dirham?
</code>