Muutke küpsiste eelistusi

E-raamat: Python Object-Oriented Programming: Learn how and when to apply OOP principles to build scalable and maintainable Python applications

  • Formaat: PDF+DRM
  • Ilmumisaeg: 28-Nov-2025
  • Kirjastus: Packt Publishing Limited
  • Keel: eng
  • ISBN-13: 9781836642589
  • Formaat - PDF+DRM
  • Hind: 35,09 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: PDF+DRM
  • Ilmumisaeg: 28-Nov-2025
  • Kirjastus: Packt Publishing Limited
  • Keel: eng
  • ISBN-13: 9781836642589

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

This hands-on guide empowers Python developers to write clean, production-ready code using real-world OOP, design patterns, and concurrency tools. Fully updated for Python 3.13 with new type hinting and modern software engineering practices.

Key Features

Master OOP fundamentals with hands-on examples and expert insights Learn design patterns and type hinting with real-world Python 3.13 code Develop scalable programs using testing and concurrency best practices Purchase of the print or Kindle book includes a free PDF eBook

Book DescriptionLearn to write effective, maintainable, and scalable Python applications by mastering object-oriented programming with this updated fifth edition. Whether youre transitioning from scripting to structured development or refining your OOP skills, this book offers a clear, practical path forward. Youll explore Pythons approach to OOP, from class creation and inheritance to polymorphism and abstraction, while discovering how to make smarter decisions about when and how to use these tools. Youll apply what you learn through hands-on examples and exercises. Updated for Python 3.13, this edition simplifies complex topics such as abstract base classes, testing with unittest and pytest, and async programming with asyncio. It introduces a new chapter on Pythons type hinting ecosystemcrucial for modern Python development. Written by long-time Python experts Steven Lott and Dusty Phillips, this edition emphasizes clarity, testability, and professional software engineering practices. It helps you move beyond scripting to building well-structured, production-ready Python systems. By the end of this book, youll be confident in applying OOP principles, design patterns, type hints, and concurrency tools to create robust and maintainable Python applications.What you will learn

Write Python classes and implement object behaviors Apply inheritance, polymorphism, and composition Understand when to use OOPand when not to Use type hints and perform static and runtime checks Explore common and advanced design patterns in Python Write unit and integration tests with unittest and pytest Implement concurrency with asyncio, futures, and threads Refactor procedural code into well-designed OOP structures

Who this book is forPython developers who want to deepen their understanding of object-oriented programming to write maintainable, scalable, and professional-grade code. Ideal for developers transitioning from scripting to software engineering or those coming from other OOP languages looking to master Pythons idiomatic approach. Basic Python knowledge is required.
Table of Contents

Object-Oriented Design
Objects in Python
When Objects Are Alike
Expecting the Unexpected
When to Use Object-Oriented Programming
Abstract Base Classes and Operator Overloading
Python Type Hints
Python Data Structures
The Intersection of Object-Oriented and Functional Programming
The Iterator Pattern
Common Design Patterns
Advanced Design Patterns
Testing Object-Oriented Programs
Concurrency
Steven Lott has been programming since computers were large, expensive, and rare. Working for decades in high tech has given him exposure to a lot of ideas and techniques, some bad, but most are helpful to others. Since the 1990s, Steven has been engaged with Python, crafting an array of indispensable tools and applications. His profound expertise has led him to contribute significantly to Packt Publishing, penning notable titles like "Mastering Object-Oriented," "The Modern Python Cookbook," and "Functional Python Programming." A self-proclaimed technomad, Steven's unconventional lifestyle sees him travelling back and forth across the US. He tries to live by the words Don't come home until you have a story. Dusty Phillips is a Canadian software developer known for authoring several popular programming books.