[STORY-TIME] THE BDFL AND HIS PYTHON PETTING ZOO

Chris Angelico rosuav at gmail.com
Sat Feb 6 22:06:03 EST 2016


On Sun, Feb 7, 2016 at 2:02 PM, INADA Naoki <songofacandy at gmail.com> wrote:
> Python 3 is a disaster because of incompatibility with Python 2. Python 3
> itself is not so bad.
> We can help disaster recovery by stop using Python 2 as possible.
>
> Let's stop using legacy Python!
>

It's not even a disaster. It's fairly easy to write 2/3 compatible
code; in fact, a lot of my students end up accidentally running their
code under Py2 and only notice when they get strange errors from
input() with non-integers, or maybe if they use print() and get an
empty tuple displayed, or something like that.

ChrisA



More information about the Python-list mailing list