Deploying a Flask Application on AWS

Introduction In this blog post, we will discuss how to deploy a Flask application on AWS. Flask is a popular Python web framework that allows you to build web applications quickly and easily. AWS (Amazon Web Services) is a cloud computing platform that provides a wide range of services to help you deploy and scale […]

Learn how to build a CRUD application with Python/Flask

Creating a CRUD (Create, Read, Update, Delete) application in Flask is a common task for web developers. In this tutorial, we’ll build a simple CRUD app for managing a list of tasks. In the next tutorial, we’ll deploy it on the cloud. So stay tuned for the next one too! We’ll use Flask for the […]