which python

This commit is contained in:
2016-11-26 19:08:53 -05:00
parent c769b54e76
commit a3f777d0b4
+5 -5
View File
@@ -38,13 +38,13 @@ I'll be blunt:
So.... 3?
~~~~~~~~~
If you're choosing a Python interpreter to use, and aren't opinionated, then I
If you're choosing a Python interpreter to use, I
recommend you use the newest Python 3.x, since every version brings new and
improved standard library modules, security and bug fixes. Progress is progress.
improved standard library modules, security and bug fixes.
Given such, only use Python 2 if you have a strong reason to, such as a Python 2
exclusive library which has no adequate Python 3 ready alternative, or you
(like me) absolutely love and are inspired by Python 2.
Given such, only use Python 2 if you have a strong reason to, such as a
pre-existing code-base, a Python 2 exclusive library, simplicity/familiarity,
or, of course, you absolutely love and are inspired by Python 2. No harm in that.
Check out `Can I Use Python 3? <https://caniusepython3.com/>`_ to see if any
software you're depending on will block your adoption of Python 3.