Readibility or performance? In How performance became the nemesis of secure Python code, Dima Kotik argues that Python worries too much about performance.
- Readability is its own reward.
- Complexity is the enemy of security.
- Many tricks don’t help in practice.