This collection offers a wealth of problems, solutions, and practical examples for Python programmers, curated by community contributors. It features the best recipes from an online repository hosted by ActiveState, with insights from key figures in the Python community. Covering a wide range of topics, the book includes over 200 recipes addressing tasks such as searching and sorting, text manipulation, file handling, object-oriented programming, threading, system administration, database interaction, user interface creation, network programming, XML processing, distributed programming, debugging, testing, and extending Python. This resource is invaluable for Python programmers of all levels, featuring contributions from notable figures like Guido Van Rossum, David Ascher, Tim Peters, Paul Prescod, Mark Hammond, and Alex Martelli, among others. The recipes not only showcase best practices but also serve as practical tools for daily programming tasks, sources of inspiration, and educational material for deepening Python knowledge. Edited by David Ascher and Alex Martelli, the book includes a foreword by Guido van Rossum, enhancing its credibility and relevance in the Python programming landscape.
David M. Beazley Bücher




Python Essential Reference
- 352 Seiten
- 13 Lesestunden
The goal of the Python Essential Reference is to concisely describe 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 part will cover the Python library, and the final section covers the Python C API that is used to write Python extensions.This book is for the professional who has experience with other systems programming languages such as C or C++, and is looking for content that is not embellished with basic introductory material on the Python programming environment.
Python distilled
- 352 Seiten
- 13 Lesestunden
"Focusing on Python 3.6 and higher, this concise handbook focuses on the essential core of the language, with updated code examples to illuminate how Python works and how to structure programs that can be more easily explained, tested, and debugged. Throughout, Beazley reflects all he's learned teaching Python to scientists, engineers, and developers, and pushing the envelope of what makes Python tick."--Page 4 of cover.
Python Web programming
- 691 Seiten
- 25 Lesestunden
A Python community leader teaches professionals how to integrate web applications with Python.