Developing poor code is faster and easier than creating readily and maintainable code. How to create code easy to read and maintain? How can I avoid spending hours fixing code developed by a colleague that left the company 6 months ago?
Table of contents
The Pythonic WayDocumenting Python codeCommenting Python codeStyle GuidelinesPython ClassesPython FunctionsTry/Except blockTesting the code1 Comment
Sort: