

Python Object-Oriented Programming - Fourth Edition: Build robust and maintainable object-oriented Python applications a, (Paperback)
Key item features
- Python Object-Oriented Programming - Fourth Edition: Build robust and maintainable object-oriented Python applications a, (Paperback)
- Author: Packt Publishing
- ISBN: 9781801077262
- Format: Paperback
- Publication Date: 2021-07-02
- Page Count: 714
Specs
- Book formatPaperback
- Fiction/nonfictionNon-Fiction
- GenreComputing & Internet
- Publication dateJuly, 2021
- Pages714
- SubgenreProgramming
- Free shipping
Free 30-day returns
How do you want your item?
More seller options (4)
Get 50% off a year of Walmart+
Similar items you might like
Python Real-World Projects: Craft your Python portfolio with deployable applications, (Paperback) $45.70
$4570current price $45.70Python Real-World Projects: Craft your Python portfolio with deployable applications, (Paperback)
Python for non-Pythonians: How to Win Over Programming Languages, (Paperback) $31.98
$3198current price $31.98Python for non-Pythonians: How to Win Over Programming Languages, (Paperback)
Expert Python Programming - Second Edition: Write proffesional, efficient and maintainable code in Python, (Paperback) $48.29
$4829current price $48.29Expert Python Programming - Second Edition: Write proffesional, efficient and maintainable code in Python, (Paperback)
Python 3.5 C API $29.99
$2999current price $29.99Python 3.5 C API
Optimizing Visual Studio Code for Python Development: Developing More Efficient and Effective Programs in Python, (Paperback) $46.84
$4684current price $46.84Optimizing Visual Studio Code for Python Development: Developing More Efficient and Effective Programs in Python, (Paperback)
SAP(R) BusinessObjects(TM) CMS Queries and Java SDK Programming (Paperback) $28.61
$2861current price $28.61SAP(R) BusinessObjects(TM) CMS Queries and Java SDK Programming (Paperback)
Functional Python Programming - Third Edition: Use a functional approach to write succinct, expressive, and efficient Py, (Paperback) $46.57
$4657current price $46.57Functional Python Programming - Third Edition: Use a functional approach to write succinct, expressive, and efficient Py, (Paperback)
Functional Python Programming: Create succint and expressive implementations with functional programming in Python, (Paperback) $54.29
$5429current price $54.29Functional Python Programming: Create succint and expressive implementations with functional programming in Python, (Paperback)
Functional Python Programming - Second Edition: Discover the power of functional programming, generator functions, lazy , (Paperback) $51.72
$5172current price $51.72Functional Python Programming - Second Edition: Discover the power of functional programming, generator functions, lazy , (Paperback)
Programming Basics: Getting Started with Java, C#, and Python, (Paperback) $46.84
$4684current price $46.84Programming Basics: Getting Started with Java, C#, and Python, (Paperback)
Programming Microcontrollers with Python: Experience the Power of Embedded Python, (Paperback) $40.24
$4024current price $40.24Programming Microcontrollers with Python: Experience the Power of Embedded Python, (Paperback)
Hands-On Software Engineering with Python - Second Edition: Move beyond basic programming to design, maintain, and deplo, (Paperback) $49.99
$4999current price $49.99Hands-On Software Engineering with Python - Second Edition: Move beyond basic programming to design, maintain, and deplo, (Paperback)
Ultimate Data Science Programming in Python: Master data science libraries with 300 programs, 2 projects, and EDA GUI t, (Paperback) $27.95
$2795current price $27.95Ultimate Data Science Programming in Python: Master data science libraries with 300 programs, 2 projects, and EDA GUI t, (Paperback)
Asynchronous Programming in Python: Apply asyncio in Python to build scalable, high-performance apps across multiple sce, (Paperback) $44.97
$4497current price $44.97Asynchronous Programming in Python: Apply asyncio in Python to build scalable, high-performance apps across multiple sce, (Paperback)
Hands-On Object-Oriented Programming with Kotlin, (Paperback) $34.76 Was $44.99
$3476current price $34.76, Was $44.99$44.99Hands-On Object-Oriented Programming with Kotlin, (Paperback)
Mastering Object-Oriented Python - Second Edition, (Paperback) $43.99
$4399current price $43.99Mastering Object-Oriented Python - Second Edition, (Paperback)
Crushing The Technical Interview: Data Structures And Algorithms (Python Edition), (Paperback) $52.25
$5225current price $52.25Crushing The Technical Interview: Data Structures And Algorithms (Python Edition), (Paperback)
Hands-On APIs for AI and Data Science: Python Development with Fastapi (Paperback) by Ryan Day $38.70
$3870current price $38.70Hands-On APIs for AI and Data Science: Python Development with Fastapi (Paperback) by Ryan Day
Python 3 Object-oriented Programming - Second Edition: Building robust and maintainable software with object oriented de, (Paperback) $47.93
$4793current price $47.93Python 3 Object-oriented Programming - Second Edition: Building robust and maintainable software with object oriented de, (Paperback)
Python in Practice Python in Practice - Volume II: Beyond the Basics: Advanced Language Features in Python, Book 2, (Paperback) $23.60
$2360current price $23.60Python in Practice Python in Practice - Volume II: Beyond the Basics: Advanced Language Features in Python, Book 2, (Paperback)
About this item
Product details
A comprehensive guide to exploring modern Python through data structures, design patterns, and effective object-oriented techniques
Key Features:
- Build an intuitive understanding of object-oriented design, from introductory to mature programs
- Learn the ins and outs of Python syntax, libraries, and best practices
- Examine a machine-learning case study at the end of each chapter
Book Description:
Python Object-Oriented Programming, Fourth Edition dives deep into the various aspects of OOP, Python as an OOP language, common and advanced design patterns, and hands-on data manipulation and testing of more complex OOP systems. These concepts are consolidated by open-ended exercises, as well as a real-world case study at the end of every chapter, newly written for this edition. All example code is now compatible with Python 3.9+ syntax and has been updated with type hints for ease of learning.
Steven and Dusty provide a friendly, comprehensive tour of important OOP concepts, such as inheritance, composition, and polymorphism, and explain how they work together with Python's classes and data structures to facilitate good design. UML class diagrams are generously used throughout the text for you to understand class relationships. Beyond the book's focus on OOP, it features an in-depth look at Python's exception handling and how functional programming intersects with OOP. Not one, but two very powerful automated testing systems, unittest and pytest, are introduced in this book. The final chapter provides a detailed discussion of Python's concurrent programming ecosystem.
By the end of the book, you will have a thorough understanding of how to think about and apply object-oriented principles using Python syntax and be able to confidently create robust and reliable programs.
What You Will Learn:
- Implement objects in Python by creating classes and defining methods
- Extend class functionality using inheritance
- Use exceptions to handle unusual situations cleanly
- Understand when to use object-oriented features, and more importantly, when not to use them
- Discover several widely used design patterns and how they are implemented in Python
- Uncover the simplicity of unit and integration testing and understand why they are so important
- Learn to statically type check your dynamic code
- Understand concurrency with asyncio and how it speeds up programs
Who this book is for:
If you are new to object-oriented programming techniques, or if you have basic Python skills and wish to learn how and when to correctly apply OOP principles in Python, this is the book for you. Moreover, if you are an object-oriented programmer coming from other languages or seeking a leg up in the new
- Python Object-Oriented Programming - Fourth Edition: Build robust and maintainable object-oriented Python applications a, (Paperback)
- Author: Packt Publishing
- ISBN: 9781801077262
- Format: Paperback
- Publication Date: 2021-07-02
- Page Count: 714
Specifications
Book format
Fiction/nonfiction
Genre
Publication date
Warranty
Warranty information
Customer ratings & reviews
Related pages
- Excel Traing
- Workflow Programming
- Excel Language Lessons
- Python Bible Python Programming Language Books
- Sql Queries For Mere Mortals
- References Excel Vba
- SQL Programming Language Books
- A+ Certification Guide Books
- General Certification Guide Books
- JavaScript Programming Language Books
- General Enterprise Applications Books
- Mathematical & Statistical Software Books
