Hands-On Software Engineering with Python : Move beyond basic programming to design, test, and scale production-ready Python systems (2ND)

  • 予約

Hands-On Software Engineering with Python : Move beyond basic programming to design, test, and scale production-ready Python systems (2ND)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 18 p.
  • 言語 ENG
  • 商品コード 9781835888001

Full Description

Grow your software engineering discipline, incorporating and mastering design, development, testing, and deployment best practices examples in a realistic Python project structure.

Key Features

Understand what makes Software Engineering a discipline, distinct from basic programming
Gain practical insight into updating, refactoring, and scaling an existing Python system
Implement robust testing, CI/CD pipelines, and cloud-ready architecture decisions

Book DescriptionSoftware 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.What you will learn

Distinguish software engineering from general programming
Break down and apply each phase of the SDLC to Python systems
Create system models to plan architecture before writing code
Apply Agile, Scrum, and other modern development methodologies
Use dataclasses, pydantic, and schemas for robust data modeling
Set up CI/CD pipelines with GitHub Actions and cloud build tools
Write and structure unit, integration, and end-to-end tests
Evaluate and integrate tools like Poetry, pytest, and Docker

Who this book is forThis book is for Python developers with a basic grasp of software development who want to grow into senior or staff-level engineering roles. It's ideal for professionals looking to deepen their understanding of software architecture, system modeling, testing strategies, and cloud-aware development. Familiarity with core Python programming is required, as the book focuses on applying engineering principles to maintain, extend, and modernize real-world systems.

Contents

Table of Contents

What's New in This Edition
Programming vs. Software Engineering Revisited
The Software Development Life-Cycle
System Modeling
Methodologies, Paradigms, and Practices
Revisiting Development Best Practices
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
Persisting Data to Files
Persisting Data to a Database
Testing Database Persistence
CI/CD Options
Anatomy of a Service
The Artisan Gateway Service
Business Processes and Transactions
Testing and Deploying Services