Loading
Cover of Mastering Object-oriented Python: Grasp the intricacies of object-oriented programming in Python in order to efficiently build powerful real-world applications
English Unordered Unordered

Mastering Object-oriented Python: Grasp the intricacies of object-oriented programming in Python in order to efficiently build powerful real-world applications

Steven Lott

Steven Lott

4.4 / 5

0 reviews

2014

Published

0 / 634

pages

72

views

This practical example-oriented guide will teach you advanced concepts of object-oriented programming in Python. This book will present detailed examples of almost all of the special method names that support creating classes that integrate seamlessly with Pythons built-in featur

About this book

This practical example-oriented guide will teach you advanced concepts of object-oriented programming in Python. This book will present detailed examples of almost all of the special method names that support creating classes that integrate seamlessly with Pythons built-in features. It will show you how to use JSON, YAML, Pickle, CSV, XML, Shelve, and SQL to create persistent objects and transmit objects between processes. The book also covers logging, warnings, unit testing, configuration files, and how to work with the command line.This book is broken into three major parts: Pythonic Classes via Special Methods Persistence and Serialization Testing, Debugging, Deploying, and Maintaining. The special methods are broken down into several focus areas: initialization, basics, attribute access, callables, contexts, containers, collections, numbers, and more advanced techniques such as decorators and mixin classes.

Ask this book

Your question is answered in the context of this title and author. Each answer uses 2 points.

Sign in to ask the book assistant.

Reader reviews

0 reviews · 4.4 average out of 5

No reviews yet

If you have read this book, help the next reader with your experience.

Write a review

Sign in to publish a review.

Reader questions and answers

Ask a focused question and learn from the community.

Sign in to ask or answer a question.

No questions yet

Be the first to ask a clear, useful question.

Related references that continue this learning path.