File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ I'll be blunt:
2525
2626- Use Python 3 for new Python applications.
2727- If you're learning Python for the first time, familiarizing yourself with Python 2.7 will be very
28- useful, but not more useful than learning Python 3. Learn both. They are both "Python".
29- - Software that is already built (e.g. commercial software) often depends on Python 2.7.
28+ useful, but not more useful than learning Python 3.
29+ - Learn both. They are both "Python".
30+ - Software that is already built often depends on Python 2.7.
3031- If you are writing a new open source Python library, it's best to write it for both Python 2 and 3
31- simultaneously. Supporting 3 only is a political statment and will alienate many of your users.
32- This is not a problem — slowly, over the next three years, this will become less the case.
32+ simultaneously. Only supporting Python 3 for a new library you want to be widely adopted is a
33+ political statment and will alienate many of your users. This is not a problem — slowly, over the next three years, this will become less the case.
3334
3435So.... 3?
3536~~~~~~~~~
You can’t perform that action at this time.
0 commit comments