On Sun, Feb 7, 2016 at 2:02 PM, INADA Naoki <songofaca...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to