Python 3 compatible examples

Hi All, This post is prompted by this PR <https://github.com/numpy/numpy/pull/11222>. It would be good to come up with a timeline and plan for rewriting the examples to be Python 3 compatible. When we do so, we should also make it assumed that `from __future__ import print_function` has been executed when the examples are executed in Python 2.7. Might want to include `division` in that future import as well. Anyway, wanted to raise the subject. Thoughts? Chuck

Agreed, good to get started and stop worrying about python2 in the examples at least. If someone cuts&pastes and it fails, it is just a good reminder to get moving... -- Marten

Agreed, good to get started and stop worrying about python2 in the examples at least. If someone cuts&pastes and it fails, it is just a good reminder to get moving... -- Marten
participants (5)
-
Charles R Harris
-
Jarrod Millman
-
Juan Nunez-Iglesias
-
Marten van Kerkwijk
-
Pauli Virtanen