Skip to content

Commit 7692c10

Browse files
committed
python 2 is legacy now
1 parent 9802dcf commit 7692c10

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ the past using some other language you may want to read [the official
1313
tutorial](https://docs.python.org/3/tutorial/) instead.
1414

1515
You can use Python 3.3 or any newer Python with this tutorial. **Don't
16-
use Python 2.** If you write a Python 2 program now someone will need to
17-
convert it to Python 3 later, so it's best to just write Python 3 to
18-
begin with. Python 3 code will work just fine in Python 4, so you don't
19-
need to worry about that. Python 2 also has horrible
20-
[Unicode](http://www.unicode.org/standard/WhatIsUnicode.html) problems,
21-
so it's difficult to write Python 2 code that works correctly with
22-
non-English characters (like π and ♫).
16+
use Python 2 because it's no longer supported.**
2317

2418
## List of contents
2519

0 commit comments

Comments
 (0)