Global Azure 2021 – Azure SQL Database: Use Python to manipulate data

Yesterday I had a fascinating time presenting at Global Azure Greece 2021. I really enjoyed participating in the event since it was my first time speaking at Global Azure. It is an honor for me to speak at Global Azure Greece 2021 along with professionals from Greece and around the world.

The session

Discover how to use Azure SQL Database and Python to store and retrieve information. In this session, I will explain how to create an Azure SQL database via the Azure portal and then I will go on to show how to use Python to connect to the database, create tables and manipulate data.

During this session, you will learn how to set up a development environment for Python and Azure SQL Database, connect to the database, create tables, insert, update, select, delete and order data and use aggregate functions.

Learning resources

If you are interested in getting started with Azure databases and Python, you can read the tutorial series that I have written about Azure SQL database and Azure database for MySQL.

Azure SQL Database and Python

Create an Azure SQL Database header image

In the “Azure SQL Database and Python” tutorial series, you will learn how to create an Azure SQL Database and connect to the database by using Python. Then you will use Python and SQL statements in Jupyter Notebooks to create tables and manipulate data.


Azure Database for MySQL and Python

Create an Azure Database for MySQL header image

In the “Azure Database for MySQL and Python” tutorial series, you will learn how to create an Azure Database for MySQL and connect to the database by using Python. Then you will use Python and SQL statements to insert, read, select, order, update, and delete data in the database.

You May Also Like