In this tutorial, you will learn how to check if the time is passed in Python. First, we will get the future time in UTC.…
Here’s how you can get the date and time in UTC and convert it to user’s local timezone in Python. Comments has been added with…
If you are developing an application and getting CORS error in Python FastAPI, then you can fix it by first importing the CORS middleware from…
If you are creating an API in Python, and came across a problem where you have to create a middleware but for only specific route.…
In this tutorial, we will show you how you can create global variable and access them in different modules in Python. First, you need to…
In the previous tutorial, we created a URL shortener app where user can make their URL short and easily shareable. In this tutorial, we are…
In this tutorial, we will create a URL shortener app in Vue JS, Python and Mongo DB. We will use Vue JS as frontend, Python…
In this article, we will talk about basic Python API development. Python API development Install python3. Download from its official website and install. Create API…