컴퓨터/프로그래밍

The Guts of Unicode in Python - PyCon 2013 talk by Benjamin Peterson

StudioEgo 2016. 1. 30. 23:17

The Guts of Unicode in Python 

- PyCon 2013 talk by Benjamin Peterson


Summary

This talk will examine how Python's internal Unicode representation has changed from its introduction through the latest major changes in Python 3.3. I'll present properties of the current Unicode implementation like algorithmic complexity and standard compliance. The talk will also compare Unicode in Python with some other languages. Finally, I'll look into the future of Python's Unicode.