Boost your knowledge with the insights from our expert team.
We are arriving in New York! Part of our team is on their way to PyGotham 2019, the biggest event of the Python community in New York. The experience last year was amazing, so we decided to come back.
We are back to San Diego! Our team will be joining DjangoCon US, one of the biggest Django events in the world. For this year, we'll be giving two talks: Pull Requests: Merging good practices into your project and Building effective Django queries with expressions
We are back to San Francisco! Our team will be joining PyBay's conference, one of the biggest Python events in the Bay Area. For this year, we'll be giving the talk: Building effective Django queries with expressions.
Slides from talks given during the Python Nordeste 2019 event will be posted here. This post and the slides are written in Brazilian Portuguese.
We are approaching the end of 2018! And this was an incredible year for Python!
Slides from talks given during the PythonBrasil[14] event are posted here. This post and the slides are written in Brazilian Portuguese.
Here you'll find all of our talks at PyGotham 2018.
Discover how to master time series forecasting with Python using real-world techniques and tools.
Feature Flags are a simple technique to make features of your application quickly toggleable. The way it works is, every time we change some behavior in our software, a logical branch is created. This new behavior is only accessible if some specific configuration variable is set or, in certain cases, if the application context respects some rules.
Let's go through two of the problems that may happen if we don’t take care of our routes: delay and resource starvation.
Slides from talks given during the PythonBrasil[13] event are posted here. This post and the slides are written in Brazilian Portuguese.
Learn three multitenancy Django patterns for secure, scalable SaaS applications. Choose the right architecture for your needs.