Mastering Object-Oriented Python

Download or Read eBook Mastering Object-Oriented Python PDF written by Steven F. Lott and published by Packt Publishing Ltd. This book was released on 2019-06-14 with total page 755 pages. Available in PDF, EPUB and Kindle.
Mastering Object-Oriented Python
Author :
Publisher : Packt Publishing Ltd
Total Pages : 755
Release :
ISBN-10 : 9781789531404
ISBN-13 : 1789531403
Rating : 4/5 (04 Downloads)

Book Synopsis Mastering Object-Oriented Python by : Steven F. Lott

Book excerpt: Gain comprehensive insights into programming practices, and code portability and reuse to build flexible and maintainable apps using object-oriented principles Key FeaturesExtend core OOP techniques to increase integration of classes created with PythonExplore various Python libraries for handling persistence and object serializationLearn alternative approaches for solving programming problems, with different attributes to address your problem domainBook Description Object-oriented programming (OOP) is a relatively complex discipline to master, and it can be difficult to see how general principles apply to each language's unique features. With the help of the latest edition of Mastering Objected-Oriented Python, you'll be shown how to effectively implement OOP in Python, and even explore Python 3.x. Complete with practical examples, the book guides you through the advanced concepts of OOP in Python, and demonstrates how you can apply them to solve complex problems in OOP. You will learn how to create high-quality Python programs by exploring design alternatives and determining which design offers the best performance. Next, you'll work through special methods for handling simple object conversions and also learn about hashing and comparison of objects. As you cover later chapters, you'll discover how essential it is to locate the best algorithms and optimal data structures for developing robust solutions to programming problems with minimal computer processing. Finally, the book will assist you in leveraging various Python features by implementing object-oriented designs in your programs. By the end of this book, you will have learned a number of alternate approaches with different attributes to confidently solve programming problems in Python. What you will learnExplore a variety of different design patterns for the __init__() methodLearn to use Flask to build a RESTful web serviceDiscover SOLID design patterns and principlesUse the features of Python 3's abstract baseCreate classes for your own applicationsDesign testable code using pytest and fixturesUnderstand how to design context managers that leverage the 'with' statementCreate a new type of collection using standard library and design techniquesDevelop new number types above and beyond the built-in classes of numbersWho this book is for This book is for developers who want to use Python to create efficient programs. A good understanding of Python programming is required to make the most out of this book. Knowledge of concepts related to object-oriented design patterns will also be useful.


Mastering Object-Oriented Python Related Books

Mastering Object-oriented Python
Language: en
Pages: 634
Authors: Steven F. Lott
Categories: Computers
Type: BOOK - Published: 2014-04-22 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

This book follows a standard tutorial approach with approximately 750 code samples spread through the 19 chapters. This amounts to over 5,900 lines of code that
Mastering Object-Oriented Python
Language: en
Pages: 755
Authors: Steven F. Lott
Categories: Computers
Type: BOOK - Published: 2019-06-14 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Gain comprehensive insights into programming practices, and code portability and reuse to build flexible and maintainable apps using object-oriented principles
Object-Oriented Python
Language: en
Pages: 417
Authors: Irv Kalb
Categories: Computers
Type: BOOK - Published: 2022-01-25 - Publisher: No Starch Press

DOWNLOAD EBOOK

Power up your Python with object-oriented programming and learn how to write powerful, efficient, and re-usable code. Object-Oriented Python is an intuitive and
Mastering Python Design Patterns
Language: en
Pages: 240
Authors: Kamon Ayeva
Categories: Computers
Type: BOOK - Published: 2018-08-31 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Exploit various design patterns to master the art of solving problems using Python Key Features Master the application design using the core design patterns and
Mastering Python
Language: en
Pages: 486
Authors: Rick van Hattem
Categories: Computers
Type: BOOK - Published: 2016-04-29 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Master the art of writing beautiful and powerful Python by using all of the features that Python 3.5 offers About This Book Become familiar with the most import