15.02.2025
This article will describe the process of writing a Google search results scraper using their official API. I will show how to get an API key and search engine ID. …
06.02.2025
In this article, I will show how you can add localization and translations to a Django website(i18n). We will translate Python, JS code, as well as templates and Django-models. Plus, …
31.01.2025
In this article I will describe the process of connecting and configuring the allauth application to a django project, where the frontend is handled by react. This is a basic …
14.01.2025
In this article, I will show you how I make telegram bots multilingual on aiogram. And I will do it using the Babel package. You will also learn how to …