Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Robust Python: Write Clean and Maintainable Code

    Posted By: yoyoloit
    Robust Python: Write Clean and Maintainable Code

    Robust Python
    by Viafore, Patrick;

    English | 2021 | ISBN: 1098100662 | 381 pages | True PDF | 7.08 MB

    Does it seem like your Python projects are getting bigger and bigger? Are you feeling the pain as your codebase expands 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 enums reflect specific intents
    Make Python extensible for the future without adding bloat
    Use popular Python tools to increase the safety and robustness of your codebase
    Evaluate current code to detect common maintainability gotchas
    Build a safety net around your codebase with linters and tests