Logo

How to Make Mistakes in Python

Small book cover: How to Make Mistakes in Python

How to Make Mistakes in Python
by

Publisher: O'Reilly Media
Number of pages: 82

Description:
Even the best programmers make mistakes, some are simple and silly, others embarrassing and downright costly. In this O'Reilly report, Mike Pirnat dissects some of his most memorable blunders, peeling them back layer-by-layer to reveal just what went wrong.

Download or read it online for free here:
Download link
(1.8MB, PDF)

Similar books

Book cover: Porting to Python 3: An in-depth guidePorting to Python 3: An in-depth guide
by
Porting to Python 3 doesn't have to be daunting. This book guides you through the process of porting your Python 2 code to Python 3. Using plenty of code examples is takes you cross the hurdles and shows you the new Python features.
(17410 views)
Book cover: Python Quick ReferencePython Quick Reference
by
This reference covers invocation options, environment variables, lexical entities, basic types and their operations, advanced types, statements, iterators, generators, descriptors, decorators, built-in functions, built-in exceptions, and more.
(21359 views)
Book cover: Python 101: Introduction to PythonPython 101: Introduction to Python
by
This document is a syllabus for a first course in Python programming. It contains an introduction to the Python language, instruction in the important features of the language, and practical exercises in the use of those features.
(20936 views)
Book cover: PyQt4 TutorialPyQt4 Tutorial
by - ZetCode
PyQt4 is a toolkit for creating GUI applications. It is a blending of Python language and the successful Qt library. This tutorial is suited for beginners and intermediate programmers. You will learn to program non trivial PyQt4 applications.
(14459 views)