Y
Hacker News
new
|
ask
|
show
|
jobs
by
teddyh
3211 days ago
Please consider using Python 3 instead of Python 2.
In particular, in Python 3, the expression 2/3 no longer gives 0, but 0.666… Much more intuitive.
1 comments
mikkokotila
3211 days ago
Thanks, I think that is a good idea. Especially given we are talking about the future generation, and not dinosaurs like myself (attached to 2.7). Will make that change few parts down and then "upgrade" the early parts as well.
link