-
How we work in NiteoWeb
Read more »: How we work in NiteoWebUpdate: see the latest version of this document on our Handbook. NiteoWeb is a distributed team of Web experts spread around the World. While we do rent office space in Ljubljana, Slovenia, most of us work remotely. Here’s a quick overview of how we go by our days. Communication Instant messaging is done through Slack on different…
-
Strings in Python 2 and Python 3
Read more »: Strings in Python 2 and Python 3The 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:…