Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Many systems still have both Python 2 and Python 3 installed. Also, in the standard case, the version of Python is controlled by the user, not by your app. Bundling it with the app lets you make sure that it's running Python 3.8, for example, so that you can use Python 3.8 features without having to add a bunch of compatibility shims in case the user is running an older version.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: