Hacker News new | ask | show | jobs
by joobus 3632 days ago
There is no significant benefit to python 3 over python 2.
4 comments

You're wrong, and it's irrelevant anyway. Our app is in Python 3. Having to support Python 2 just because lambda doesn't support 3.x is a pain.
Unicode....?

I mean, that's reason enough. Python 2's string processing suuuuuuucks.

Except that it is the way forward and many people choose to write python3 compatible code.