Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Mastering Object-oriented Python (Repost)

Posted By: bookwarrior
Mastering Object-oriented Python (Repost)

Mastering Object-oriented Python By Steven F. Lott
2014 | 634 Pages | ISBN: 1783280972 | PDF | 3 MB


Create applications with flexible logging, powerful configuration and command-line options, automated unit tests, and good documentation Use the Python special methods to integrate seamlessly with built-in features and the standard library Design classes to support object persistence in JSON, YAML, Pickle, CSV, XML, Shelve, and SQL What you will learn Create applications with flexible logging, powerful configuration and command-line options, automated unit tests, and good documentation Get to grips with different design patterns for the __init__() method Design callable objects and context managers Perform object serialization in formats such as JSON, YAML, Pickle, CSV, and XML Map Python objects to a SQL database using the built-in SQLite module Transmit Python objects via RESTful web services Devise strategies for automated unit testing, including how to use the doctest and the unittest.mock module Parse command-line arguments and integrate this with configuration files and environment variables