O'Reilly | Robust Python: Write Clean And Maintainable Code (2021 EN)

Discussion in 'Programming' started by Kanka, Aug 5, 2021.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,047
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Author: Patrick Viafore
    Full Title: Robust Python: Write Clean And Maintainable Code
    Publisher: ‎ O'Reilly Media; 1st edition (August 3, 2021)
    Year: 2021
    ISBN-13: 9781098100612 (978-1-09-810061-2), 9781098100667 (978-1-09-810066-7)
    ISBN-10: 1098100611, 1098100662
    Pages: 380
    Language: English
    Genre: Educational: Programming
    File type: EPUB (True), Code Files
    Quality: 10/10
    Price: $49.99


    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.


    Inside You’ll find:
    ✓ 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

    -------------
     
    Last edited by a moderator: Mar 8, 2022