Table of Contents About the Tutorial ............................................................................................................................................ i
Audience ........................................................................................................................................................... i
Prerequisites ..................................................................................................................................................... i
Execute Python Programs ................................................................................................................................ i
Copyright & Disclaimer ..................................................................................................................................... i
Table of Contents ............................................................................................................................................ ii
Python 3 – What is New? .......................................................................................................................... 2
The __future__ module ................................................................................................................................... 2
The print Function ........................................................................................................................................... 2
Reading Input from Keyboard ......................................................................................................................... 2
xrange() Function Removed ............................................................................................................................ 4
Arguments in Exceptions ................................................................................................................................. 4
next() Function and .next() Method ................................................................................................................ 4