22Nov

UX Engineers and the Skills They Need

In this article, we’ll explore the inner workings of the UX engineering sphere: who are UX engineers? Which skills do they need? Would this job be the right fit for you? Let’s find out.

14Oct

Python zip() Function Explained and Visualized

Continuing our “Explaining Python Functions” series, we’re taking a closer look at the zip() function in Python. Its functionality may appear trivial, but it may very well surprise you with some of its quirky behaviors.

02Oct

Flask vs. Django: Let’s Choose the Right Framework for the Job

Python is an excellent choice for web development — thanks to frameworks like Flask and Django, building robust, high-performance web apps becomes much easier.The focus of this article is the following question: what are the differences between Flask and Django? The differences we’ll outline below will help you understand which framework to choose when building a web app.