Python Essential Reference, Second Edition

Python Essential Reference, Second Edition

Authors: David M Beazley

Pages: 416

Publisher: New Riders Publishing

ISBN13: 9780735710917

Python Essential Reference, Second Edition, concisely describes the Python Programming language and its large library of standard modules, collectively known as the Python programming environment. It is arranged into four major parts. First, a brief tutorial and introduction is presented, then an informal language reference will cover lexical conventions, functions, statements, control flow, datatypes, classes, and execution models. The third section covers the Python library, and the final section covers the Python C API that is used to write Python extensions.