-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
Hands-On Software Engineering with Python
By:
Overview of this book
Software engineering is more than coding; it’s the strategic design and continuous improvement of systems that serve real-world needs. This newly updated second edition of Hands-On Software Engineering with Python expands on its foundational approach to help you grow into a senior or staff-level engineering role.
Fully revised for today’s Python ecosystem, this edition includes updated tooling, practices, and architectural patterns. You’ll explore key changes across five minor Python versions, examine new features like dataclasses and type hinting, and evaluate modern tools such as Poetry, pytest, and GitHub Actions. A new chapter introduces high-performance computing in Python, and the entire development process is enhanced with cloud-readiness in mind.
You’ll follow a complete redesign and refactor of a multi-tier system from the first edition, gaining insight into how software evolves—and what it takes to do that responsibly. From system modeling and SDLC phases to data persistence, testing, and CI/CD automation, each chapter builds your engineering mindset while updating your hands-on skills.
By the end of this book, you'll have mastered modern Python software engineering practices and be equipped to revise and future-proof complex systems with confidence.
Table of Contents (22 chapters)
Preface
Introduction
Programming Versus Software Engineering Revisited
The Software Development Life Cycle
System Modeling
Methodologies, Paradigms, and Practices
Code Style and Related Standards
Functional Code Standards
Revisiting Development Tools
Revising the hms_sys System Project
Updating Projects and Processes
Re-Examining Options for Business Objects
Reviewing Business Object Data Persistence
Data Persistence and BaseDataObject
Testing the Business Objects
CI/CD Options
API Options
Assembling the API
The Final API, Deployed to AWS
Unlock Your Exclusive Benefits
Other Books You May Enjoy
Index