1. Introduction Python is a dynamically typed language, which is also known as "Duck Typing". This means that when we declare a variable, we don't...
Let's talk today about a constant subject in our daily life: motivation. Motivation is the force that makes accomplish our goals and understanding...
Hey, everyone! This is the first post of the series "API frameworks for Python". We are starting with the framework FastAPI. FastAPI is fast and...
Hey, everyone! In the last post we saw how to map our database tables with SQLAlchemy and now we are going to see how to create a migration script for...
Hey, everyone! This is a simple tutorial on how to use SQLAlchemy for ORM. When we write software that connects to a database it is very useful to use...
Hey everyone! This is the part III of our series "Asynchronous tasks with Python + Flask + Celery + Docker". In this post, we are going to learn how...