Python Roadmap Amplifications and Clarifications
Some additional points on using Python 2.7 in a way that bridges the gap to Python 3.2. The steps are small and simple. You can start taking them now.
Recently I suggested that one should always include from __future__ import division, print_function on every module. Always. Every Module …
more ...