Python in practice create better programs using concurrency, libraries, and patterns

All code has been tested on Linux, and most code has also been tested on OS X and Windows. All code may be downloaded at www.qtrac.eu/pipbook.html. Coverage includes Leveraging Python's most effective creational, structural, and behavioral design patterns Supporting concurrency with Python'...

Full description

Bibliographic Details
Main Author: Summerfield, Mark
Format: eBook
Language:English
Published: Upper Saddle River, NJ Addison-Wesley 2013
Series:Developer's library
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03211nmm a2200337 u 4500
001 EB001941847
003 EBX01000000000000001104749
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 0133373274 
020 |a 0321905636 
020 |a 9780133373271 
050 4 |a QA76.73.P98 
100 1 |a Summerfield, Mark 
245 0 0 |a Python in practice  |b create better programs using concurrency, libraries, and patterns  |c Mark Summerfield 
260 |a Upper Saddle River, NJ  |b Addison-Wesley  |c 2013 
300 |a 1 volume  |b illustrations 
505 0 |a Includes bibliographical references and index 
653 |a Python (Computer program language) / fast 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Python (Langage de programmation) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a Developer's library 
776 |z 9780321905635 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780133373271/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.133 
520 |a All code has been tested on Linux, and most code has also been tested on OS X and Windows. All code may be downloaded at www.qtrac.eu/pipbook.html. Coverage includes Leveraging Python's most effective creational, structural, and behavioral design patterns Supporting concurrency with Python's multiprocessing, threading, and concurrent.futures modules Avoiding concurrency problems using thread-safe queues and futures rather than fragile locks Simplifying networking with high-level modules, including xmlrpclib and RPyC Accelerating Python code with Cython, C-based Python modules, profiling, and other techniques Creating modern-looking GUI applications with Tkinter Leveraging today's powerful graphics hardware via the OpenGL API using pyglet and PyOpenGL. 
520 |a Winner of the 2014 Jolt Award for "Best Book" "Whether you are an experienced programmer or are starting your career, Python in Practice is full of valuable advice and example to help you improve your craft by thinking about problems from different perspectives, introducing tools, and detailing techniques to create more effective solutions." --  
520 |a Doug Hellmann, Senior Developer, DreamHost If you're an experienced Python programmer, Python in Practice will help you improve the quality, reliability, speed, maintainability, and usability of all your Python programs. Mark Summerfield focuses on four key themes: design patterns for coding elegance, faster processing through concurrency and compiled Python (Cython), high-level networking, and graphics. He identifies well-proven design patterns that are useful in Python, illuminates them with expert-quality code, and explains why some object-oriented design patterns are irrelevant to Python. He also explodes several counterproductive myths about Python programming--showing, for example, how Python can take full advantage of multicore hardware. All examples, including three complete case studies, have been tested with Python 3.3 (and, where possible, Python 3.2 and 3.1) and crafted to maintain compatibility with future Python 3.x versions.