Logo

Picking a Python Version: A Manifesto

Small book cover: Picking a Python Version: A Manifesto

Picking a Python Version: A Manifesto
by

Publisher: O'Reilly Media
ISBN-13: 9781491926970
Number of pages: 44

Description:
There are two major versions of the Python programming language: the Python 2.x series, and the newer Python 3.x series. This report guides you through the implicit decision tree of choosing what Python version, implementation, and distribution is best suited for you.

Home page url

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

Similar books

Book cover: The Python Language Reference ManualThe Python Language Reference Manual
by - Network Theory Ltd.
The definitive language reference for Python. It describes the syntax of Python and its built-in datatypes. It covers advanced topics, and is suitable for readers who are familiar with the details and rules of the Python and its object system.
(23283 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.
(21252 views)
Book cover: Python Standard LibraryPython Standard Library
by - O'Reilly
A large collection of useful Python scripts, the best parts of comp.lang.python newsgroup messages, plus hundreds of new scripts. The text covers the standard library, the examples should work on most platforms and Python versions.
(24233 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.
(21658 views)