David Beazley - Implementing stateful objects or state machines in Python
Here you can read online David Beazley - Implementing stateful objects or state machines in Python full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2016, publisher: OReilly Media, Inc., genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:
Romance novel
Science fiction
Adventure
Detective
Science
History
Home and family
Prose
Art
Politics
Computer
Non-fiction
Religion
Business
Children
Humor
Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.
- Book:Implementing stateful objects or state machines in Python
- Author:
- Publisher:OReilly Media, Inc.
- Genre:
- Year:2016
- Rating:5 / 5
- Favourites:Add to favourites
- Your mark:
Implementing stateful objects or state machines in Python: summary, description and annotation
We offer to read an annotation, description, summary or preface (depends on what the author of the book "Implementing stateful objects or state machines in Python" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.
Abstract: This lesson is a recipe from the Python Cookbook that explores the problem of wanting to implement a state machine or an object that operates in a number of different states, without littering your code with a lot of conditionals. It teaches key solutions such as encoding each operational state as a separate class and arranging for one class to delegate to another class, or directly manipulating certain attributes of instances. What youll learnand how you can apply it Learn how to implement a state machine or an object that operates in a number of different states, but doesnt litter your code with a lot of conditionals. Youll also learn how to encode each operational state as a separate class and arrange for one class to delegate to the other class. Finally, see how to directly manipulate the class attribute of instances. This lesson is for you because Youre an experienced Python programmers who is looking to deepen your understanding of the language and modern programming idioms, such as the advanced techniques used by libraries, frameworks, and applications. Prerequisites Moderate experience as a Python programmer Materials or downloads needed none
David Beazley: author's other books
Who wrote Implementing stateful objects or state machines in Python? Find out the surname, the name of the author of the book and a list of all author's works by series.