Programming in Python 3: A Complete Introduction to the Python Language

  • Authors:
  • Mark Summerfield

  • Affiliations:
  • -

  • Venue:
  • Programming in Python 3: A Complete Introduction to the Python Language
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Fulfills the immediate market need for those developers seeking to learn this latest evolutionary version of the Python lineage in a succinct, well-written package. Mike Riley, Contributing Editor for Dr. Dobbs Beyond the introduction to programming in Python 3 in the first chapter, if you progress through the first six chapters in sequence, youll be well on your way to taking off with using Python independently. James Pyles, Technical Writer and Author of the blog A Million Chimpanzees A key recommendation for any serious computer library strong in web programming languages. Jim Cox, Midwest Book Review Summerfields book is an excellent source to start learning Python 3. Anthony J. Duben, Computing Reviews 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 3s 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 wont find anywhere else. He begins by illuminating Pythons beautiful heart: the eight key elements of Python you need to write robust, high-performance programs. Building on these core elements, he introduces new topics designed to strengthen your practical expertiseone concept and hands-on example at a time. 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 keyvalue DBM files Debugging techniquesand using Test Driven Development to avoid bugs in the first place Utilizing Pythons 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, serves as both tutorial and language reference. It assumes some prior programming experience, and it is accompanied by extensive downloadable example codeall of it tested with Python 3 on Windows, Linux, and Mac OS X.