Python 3 primer, Part 1: What's new (developerWorks)
[Posted December 20, 2008 by corbet]
Python 3 primer, Part 1: What's new (developerWorks)
[Press] Posted Dec 20, 2008 16:28 UTC (Sat) by corbet
developerWorks begins
a series looking at Python 3. "This article - the first in a
series on Python 3 - covers the new print() function, input(), changes to
input/output (I/O), the new bytes data type, changes to strings and string
formatting, and finally, changes to the built-in dict type. This article is
meant for programmers who are already familiar with Python and are curious
about the changes but don't want to wade through the long list of Python
Enhancement Proposals (PEPs)."
Comments (4 posted)