In this tutorial, you will learn how to create a serverless Flask API with Azure Functions. You will start by creating a new Function App in the Azure portal and configuring its settings. Then, you will create a new Flask app and API routes, and test the API locally. Finally, you will deploy the Flask API to Azure Functions and learn how to test it using both the Azure portal and a REST client.
Python Tutorials
-
-
Azure TutorialsFlask TutorialsPython TutorialsTutorials
Flask on Azure Deployment
by Kal Bartalby Kal BartalAre you ready to build a Flask app and deploy it to Azure App Service? Flask is a popular Python web framework that allows you to build lightweight and scalable web applications. By the end of this tutorial, you’ll have a Flask app running on Azure App Service.
-
Flask TutorialsPython TutorialsTutorials
Building a RESTful API with Flask and SQLAlchemy
by Kal Bartalby Kal BartalIn this tutorial, we’ll learn how to build a RESTful API using two popular Python libraries: Flask and SQLAlchemy. We’ll start by introducing the basics of RESTful APIs, including what they are, how they work, and some common use cases. Then, we’ll dive into the implementation details, showing you how to install and use Flask and SQLAlchemy to build a basic API that can create, read, update, and delete data from a database.
-
Learn the basics of web scraping in Python with our beginner-friendly tutorial. We’ll show you how to send HTTP requests, parse HTML content using the BeautifulSoup library, and extract relevant data for storage in popular file formats like CSV, JSON, and XML. Along the way, we’ll cover best practices for error handling and organization, as well as provide resources for further reading and learning. Whether you’re a data scientist, programmer, or web developer, our tutorial will give you the tools you need to start scraping and analyzing web data with Python.