Code Organization in Python

Why?

Introduction

I don't have time and I like my code as it is.

Why should I spend time in reorganising it?

  • Readability
  • Reusability
  • Maintainability
  • Collaboration
  • Distribution
How?
Modular design
Style guidelinesDocumentation