Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Differences in Python 2 and 3 #6
Conversation
|
I'm sorry, but like most other python 2 vs 3 difference lists, this list is pretty much crap. It doesn't mention the most important difference: unicode "just works" in Python 3, but it's very hard to write python 2 code that works well with unicode (that is, |
|
Thinking about this a bit more, maybe a python 2 to 3 porting guide might be a good idea? The porting guide could contain something like your difference list, and it could also explain the unicode problem in more detail than what I explained in the README. |
|
I don't know why two years ago I said that your contribution is crap. Maybe that was a bad day. Thanks for trying to contribute. Python 2 is no longer supported, and I updated README.md to say that. |
Differences in Python 2 and 3. Most of the Beginners might not be familiar with.