Programming in Python 3 a complete introduction to the Python language

A Fully Revised Edition Featuring New Material on Coroutines, Debugging, Testing, Parsing, String Formatting, and More Python 3 is the best version of the language yet: It is more powerful, convenient, consistent, and expressive than ever before. Now, leading Python programmer Mark Summerfield demon...

Full description

Bibliographic Details
Main Author: Summerfield, Mark
Format: eBook
Language:English
Published: Upper Saddle River, N.J. Addison-Wesley 2010
Edition:2nd ed
Series:Developer's library
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03866nmm a2200469 u 4500
001 EB001941018
003 EBX01000000000000001103920
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780321699909 
020 |a 0321699904 
020 |a 9780321699879 
050 4 |a QA76.73.P98 
100 1 |a Summerfield, Mark 
245 0 0 |a Programming in Python 3  |b a complete introduction to the Python language  |c Mark Summerfield 
250 |a 2nd ed 
260 |a Upper Saddle River, N.J.  |b Addison-Wesley  |c 2010 
300 |a xvi, 630 pages  |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 Object-oriented programming (Computer science) / blmlsh 
653 |a Object-oriented programming (Computer science) / http://id.loc.gov/authorities/subjects/sh87007503 
653 |a Programmation orientée objet (Informatique) 
653 |a Python (Computer program language) / blmlsh 
653 |a Object-oriented programming (Computer science) / fast 
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 0321699874 
776 |z 9780321680563 
776 |z 9780321699879 
776 |z 0321680561 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780321699909/?ar  |x Verlag  |3 Volltext 
082 0 |a 500 
082 0 |a E REFERENCE 
520 |a A Fully Revised Edition Featuring New Material on Coroutines, Debugging, Testing, Parsing, String Formatting, and More Python 3 is the best version of the language yet: It is more powerful, convenient, consistent, and expressive than ever before. Now, leading Python programmer Mark Summerfield demonstrates how to write code that takes full advantage of Python 3's features and idioms. Programming in Python 3, Second Edition, brings together all the knowledge you need to write any program, use any standard or third-party Python 3 library, and create new library modules of your own. Summerfield draws on his many years of Python experience to share deep insights into Python 3 development you won't find anywhere else. He begins by illuminating Python's "beautiful heart": the eight key elements of Python you need to write robust, high-performance programs.  
520 |a serves as both tutorial and language reference. It assumes some prior programming experience, and it is accompanied by extensive downloadable example code-all of it tested with Python 3 on Windows, Linux, and Mac OS X. 
520 |a Building on these core elements, he introduces new topics designed to strengthen your practical expertise-one concept and hands-on example at a time.  
520 |a Coverage includes Developing in Python using procedural, objectoriented, and functional programming paradigms Creating custom packages and modules Writing and reading binary, text, and XML files, including optional compression, random access, and text and XML parsing Leveraging advanced data types, collections, control structures, and functions Spreading program workloads across multiple processes and threads Programming SQL databases and key-value DBM files Debugging techniques-and using Test Driven Development to avoid bugs in the first place Utilizing Python's regular expression mini-language and module Parsing techniques, including how to use the third-party PyParsing and PLY modules Building usable, efficient, GUI-based applications Advanced programming techniques, including generators, function and class decorators, context managers, descriptors, abstract base classes, metaclasses, coroutines, and more Programming in Python 3, Second Edition,