[Python-ideas] Python 3000 TIOBE -3%
Guido van Rossum
guido at python.org
Thu Feb 9 20:39:58 CET 2012
More information about the Python-ideas mailing list
Thu Feb 9 20:39:58 CET 2012
- Previous message: [Python-ideas] Python 3000 TIOBE -3%
- Next message: [Python-ideas] Python 3000 TIOBE -3%
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Feb 9, 2012 at 11:31 AM, Matt Joiner <anacrolix at gmail.com> wrote: > > Isn't that more accurate for framework writers, rather than for > > "average" users? How often do average users have to address > > encoding/decoding in Python 3? > > Constantly. As a Python noob I tried Python 3 it was the first wall I > encountered. I had to learn Unicode right then and there. Fortunately, > the Python docs HOWTO on Unicode is excellent. > The difference is that *if* you hit a Unicode error in 2.x, you're done for. Even understanding Unicode doesn't help. In 3.x, you will hit Unicode problems less frequently than in 2.x, and when you do, the problem can actually be overcome, and then your code is better. In 2.x, the typical solution, when there *is* a solution, involves making your code messier and sending up frequent prayers to the gods of Unicode. -- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120209/be8842f9/attachment.html>
- Previous message: [Python-ideas] Python 3000 TIOBE -3%
- Next message: [Python-ideas] Python 3000 TIOBE -3%
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list