REST APIs How to deploy your first REST API with Flask for free 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.
Learn Python Programming Python lists: remove() vs pop() To remove items from a list we can use remove() or pop(). They behave slightly differently, so let's take a look!
REST APIs Build your first REST API with Flask and PostgreSQL Learn to build a REST API to collect, aggregate, and serve temperature data using Flask and PostgreSQL!