Python 3: why should I care
Resources:
Python 3 Q & A
: from
Nick Coghlan’s Python Notes
python-future
: Easy, clean, reliable Python 2/3 compatibility by Ed Schofield
Porting Python 2 Code to Python 3
by Brett Cannon
Porting to Python 3
: an in-depth book by Lennart Regebro
Will Scientists Ever Move to Python 3?
: an insightful blog post by Jake VanderPlas, especially relevant for scientists
Why you should move to Python 3 — now
: another blog post by Cyrille Rossant, especially relevant for scientists
ignore most of the other things you find online, in particular other sources from the official Python documentation: most of it is by now either obsolete or deprecated!