We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9802dcf commit 7692c10Copy full SHA for 7692c10
README.md
@@ -13,13 +13,7 @@ the past using some other language you may want to read [the official
13
tutorial](https://docs.python.org/3/tutorial/) instead.
14
15
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 ♫).
+use Python 2 because it's no longer supported.**
23
24
## List of contents
25
0 commit comments