Skip to content

Commit a3f777d

Browse files
committed
which python
1 parent c769b54 commit a3f777d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/starting/which-python.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ I'll be blunt:
3838
So.... 3?
3939
~~~~~~~~~
4040

41-
If you're choosing a Python interpreter to use, and aren't opinionated, then I
41+
If you're choosing a Python interpreter to use, I
4242
recommend you use the newest Python 3.x, since every version brings new and
43-
improved standard library modules, security and bug fixes. Progress is progress.
43+
improved standard library modules, security and bug fixes.
4444

45-
Given such, only use Python 2 if you have a strong reason to, such as a Python 2
46-
exclusive library which has no adequate Python 3 ready alternative, or you
47-
(like me) absolutely love and are inspired by Python 2.
45+
Given such, only use Python 2 if you have a strong reason to, such as a
46+
pre-existing code-base, a Python 2 exclusive library, simplicity/familiarity,
47+
or, of course, you absolutely love and are inspired by Python 2. No harm in that.
4848

4949
Check out `Can I Use Python 3? <https://caniusepython3.com/>`_ to see if any
5050
software you're depending on will block your adoption of Python 3.

0 commit comments

Comments
 (0)