Skip to content

Commit

Permalink
python 2 is legacy now
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jul 25, 2020
1 parent 9802dcf commit 7692c10
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ the past using some other language you may want to read [the official
tutorial](https://docs.python.org/3/tutorial/) instead.

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

## List of contents

Expand Down

0 comments on commit 7692c10

Please sign in to comment.