[Python-ideas] Make py.exe default to Python 3

Koos Zevenhoven k7hoven at gmail.com
Sun Mar 13 15:13:48 EDT 2016


The past and future of Python (a little off topic, sorry :):

Python 2:

$ python myapp.py

Python 3:

$ py myapp.py

Python 4:

$ p myapp.py

Python 5:

$ myapp

Python 6:

Executing Python applications will be natively built into every OS,
and the problem of a cross-platform way to conveniently distribute and
run a Python *application* will be magically solved.

 - Koos


More information about the Python-ideas mailing list