REST APIs
Build your first REST API with FastAPI
Get started with FastAPI by building a time-tracking API, including database connectivity, Pydantic models, GET and POST requests, and more!
REST APIs
Get started with FastAPI by building a time-tracking API, including database connectivity, Pydantic models, GET and POST requests, and more!
REST APIs
In this post we show you how to deploy your Flask and MongoDB app for free to Render.com and MongoDB Atlas.
Flask
Query string arguments allow clients to send us extra data in the URL. Learn how to access query string arguments in a plain Flask route and in a Flask-Smorest API.
REST APIs
We've finally published our latest course: FastAPI for Beginners. It's a free course to help you get started with FastAPI.
REST APIs
Learn how to create JWTs for authentication using either Flask or pure Python (for use in FastAPI and other frameworks).
Learn Python Programming
Have you ever had to run some code every hour, or every day, or every week? In this article I'll show you how to set it up, to run in the cloud, very easily!
REST APIs
An overview of how task queues work and how to set up an rq task queue and background worker using Redis. With examples.
REST APIs
Deploying a Flask app makes it available to everyone on the internet, so it's what you need to do to share your projects. In this post we'll show you how to do it using two different providers.
REST APIs
Learn to build a REST API to collect, aggregate, and serve temperature data using Flask and PostgreSQL!
REST APIs
Learn how to add API key authentication to your Flask apps using Flask-RESTful and SQLAlchemy.
Learn Python Programming
In this blog post we'll learn how to use the marshmallow library to serialize and deserialize data coming from both users and MongoDB!
REST APIs
Amazon Web Services is one of the most popular choices for cloud computing nowadays. It can be quite confusing though! In this blog post we'll learn how to provision a server that we can access using SSH.