Viafore P. Robust Python. Write Clean...Code 2020 PDF

seeders: 0
leechers: 0
Added 4 years ago by andryold1 in Books  > Ebooks

Download Fast Safe Anonymous
movies, software, shows...

Files

Viafore P. Robust Python. Write Clean...Code 2020 PDF (Size: 17.31 MB)
  Code.zip 83.03 KB
  Viafore P. Robust Python. Write Clean and Maintainable Code.pdf 17.22 MB

Description



Textbook in PDF format

Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase grows and gets tougher to debug and maintain? Python is an easy language to learn and use, but that also means systems can quickly grow beyond comprehension. Thankfully, Python has features to help developers overcome maintainability woes.
In this practical book, author Patrick Viafore shows you how to use Python's type system to the max. You'll look at user-defined types, such as classes and enums, and Python's type hinting system. You'll also learn how to make Python extensible and how to use a comprehensive testing strategy as a safety net. With these tips and techniques, you'll write clearer and more maintainable code.
Learn why types are essential in modern development ecosystems
Understand how type choices such as classes, dictionaries, and enumerations reflect specific intents
Make Python extensible for the future without adding bloat
Use the tools provided to increase the safety and robustness of your codebase
Evaluate current code to see common maintainability gotchas
Make your codebase more maintainable with off-the-shelf open source tools