Marktplatzangebote
Ein Angebot für € 14,49 €
  • Buch

Ask any Python aficionado and you'll hear that Python programmers have it all: an elegant language that offers object-oriented programming support, a readable, maintainable syntax, integration with C components, and an enormous collection of precoded standard library and extension modules. Moreover, Python is easy to learn but powerful enough to take on the most ambitious programming challenges. But what Python programmers have lacked is one concise and clear reference resource, with the appropriate measure of guidance in how best to use Python's great power. Now Python in a Nutshell fills…mehr

Produktbeschreibung
Ask any Python aficionado and you'll hear that Python programmers have it all: an elegant language that offers object-oriented programming support, a readable, maintainable syntax, integration with C components, and an enormous collection of precoded standard library and extension modules. Moreover, Python is easy to learn but powerful enough to take on the most ambitious programming challenges. But what Python programmers have lacked is one concise and clear reference resource, with the appropriate measure of guidance in how best to use Python's great power. Now Python in a Nutshell fills this need.

This book offers Python programmers one place to look when they need help remembering or deciphering the syntax of this open source language and its many modules. This comprehensive reference guide makes it easy to look up all the most frequently needed information -not just about the Python language itself, but also the most frequently used parts of the standard library and the most
important third-party extensions.

"Python in a Nutshell" focuses on Python 2.2 (and all its point releases), currently the most stable and widespread Python release. This book includes: - A fast-paced tutorial on the syntax of the Python language itself - An explanation of object-oriented programming in Python, covering both the classic and new-style object models - Coverage of other core topics, including exceptions, modules, strings, and regular expressions - A quick reference for Python's built-in types and functions, as well as the key modules in the Python standard library, including sys, os, time, thread, math, and socket, among many others - Reference material on important third-party extensions, such as Numeric and Tkinter - Information about extending Python and embedding it into other applications

"Python in a Nutshell" provides a solid, no-nonsense quick reference to information that programmers rely on the most.
Autorenporträt
Alex Martelli spent 8 years with IBM Research, winning three Outstanding Technical Achievement Awards. He then spent 13 as a Senior Software Consultant at think3 inc, developing libraries, network protocols, GUI engines, event frameworks, and web access frontends. He has also taught programming languages, development methods, and numerical computing at Ferrara University and other venues. He's a C++ MVP for Brainbench, and a member of the Python Software Foundation. He currently works for AB Strakt, a Python-centered software house in Göteborg, Sweden, mostly by telecommuting from his home in Bologna, Italy. Alex's proudest achievement is the articles that appeared in Bridge World (January/February 2000), which were hailed as giant steps towards solving issues that had haunted contract bridge theoreticians for decades.
Rezensionen
"Let me just say that it [the book] covers pretty much every aspect of the Python language I can imagine. [...] If you want to program in Python, you should have this book somewhere close." - Michael Süß, Uni Kassel