Bio
Andrew is a Python Developer with 20 years of experience. He was elected to Python Code Developers team at 2012. He is the leader of https://aio-libs.org team – a set of high quality asyncio libraries for Python 3. The most famous product is https://aiohttp.org – asynchronous HTTP client and server framework.
My Talks
Unicode processing in Python
Maybe you know how to work with codecs like UTF-8 and store unicode strings in files/databases.
But what's about complex tasks?
How to normalize strings, write correct regular expression patterns ...