Python Unicode Quotes

We've searched our database for all the quotes and captions related to Python Unicode. Here they are! All 2 of them:

Unlike web developers, we fret about the arcana of floating-point numbers rather than the intricacies of Unicode.
Anthony Scopatz (Effective Computation in Physics: Field Guide to Research with Python)
One of the compelling reasons to switch to Python 3.3+ is that Unicode object storage is significantly cheaper than it is in Python 2.7. If you mainly handle lots of strings and they eat a lot of RAM, definitely consider a move to Python 3.3+. You get this RAM saving absolutely for free.
Micha Gorelick (High Performance Python: Practical Performant Programming for Humans)