Author: Gasper Vozel


Strings in Python 2 and Python 3

  Published on 2016/12/14

 By Gasper Vozel

The goal of this post is to show you how to properly use encode and decode in python 2 and in python 3. This post will be based on small examples that will (hopefully) make you better understand how strings work in python 2 and python 3. A bit of background on unicode and UTF-8: […]

Read more

Lessons Learned from PyMunich 2016

  Published on 2016/11/14

 By Gasper Vozel

At the end of October there was a Python conference in Munich (PyMunich). For a regional conference it was quite big in my opinion. There were 3 tracks and more then 40 speakers. As always I won’t cover all the talks just the ones that I found the most interesting and educational. After all this […]

Read more

Writing The Docs – Prague 2016

  Published on 2016/09/29

 By Gasper Vozel

On September 19th and 20th Write the Docs Meeting took place in Prague. This year I had the pleasure to attend. More than 250 people came which is about 40% more compared to last year.  On my surprise the majority of the people were actual tech writers or ‘documentarians’ as they called themselves (well there […]

Read more

Lessons learned from EuroPython 2016

  Published on 2016/07/27

  Last updated on 2016/09/11

 By Gasper Vozel

This was my first EuroPython conference and I had high expectations because I heard a lot of good things about it. I must say that overall it didn’t let me down. I learned several new things and met a lot of new people. So lets dive straight into the most important lessons. On Tuesday I […]

Read more