====== Python 3: why should I care ======

Resources:
  * [[http://python-notes.curiousefficiency.org/en/latest/python3/questions_and_answers.html|Python 3 Q & A]]: from [[http://python-notes.curiousefficiency.org/en/latest/index.html|Nick Coghlan’s Python Notes]]
  * [[http://python-future.org|python-future]]: Easy, clean, reliable Python 2/3 compatibility by Ed Schofield
  * [[https://docs.python.org/3/howto/pyporting.html|Porting Python 2 Code to Python 3]] by Brett Cannon
  * [[http://python3porting.com/|Porting to Python 3]]: an in-depth book by Lennart Regebro
  * [[http://jakevdp.github.io/blog/2013/01/03/will-scientists-ever-move-to-python-3/|Will Scientists Ever Move to Python 3?]]: an insightful blog post by Jake VanderPlas, especially relevant for scientists
  * [[http://cyrille.rossant.net/why-you-should-move-to-python-3-now/|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!
