Hacker News new | ask | show | jobs
by hcarvalhoalves 4416 days ago
It's easy to write Python 3 compatible code with 2.7, you can import most things from __future__. You lose some cool features though.