Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 5 KB

README.md

File metadata and controls

80 lines (60 loc) · 5 KB

Header

Python and Azure Databases

Learn how to use Python to connect to, manipulate and query data in Azure relational databases.


Use Python to query data in Azure Database for MySQL

PART 1: Create an Azure Database for MySQL server via the Azure portal

Tutorial

In this tutorial, you will learn how to create an Azure Database for MySQL single server, create a new database and configure firewall rules.

PART 2: Connect to Azure Database for MySQL using Python

Tutorial Source code

In this tutorial, you will learn how to connect to your Azure Database for MySQL using Python and Visual Studio Code.

PART 3: Use Python to manipulate data in Azure Database for MySQL

Tutorial Source code

This tutorial will show you how to use Python to create tables and manipulate data in Azure Database for MySQL.

PART 4: Insert data from file in Azure Database for MySQL

Tutorial Source code

In this tutorial, you will use SQL statements to manipulate data in Azure Database for MySQL and learn how to open files in Python.


Azure SQL Database and Python in Jupyter Notebooks

PART 1: Create an Azure SQL Database via the Azure portal

Tutorial

In this tutorial, you will learn how to create an Azure SQL Database and configure firewall rules to enable connectivity.

PART 2: Connect to Azure SQL Database using Python and Jupyter Notebook

Tutorial Source code

In this tutorial, you will learn how to use Python and Jupyter Notebooks to connect to an Azure SQL Database.

PART 3: Insert Python dataframe into Azure SQL table

Tutorial Source code Movies dataset

In this tutorial, you will learn how to use Python and Jupyter Notebooks to insert a dataframe into an Azure SQL table.

PART 4: Manipulate data in Azure SQL Database using Python and Jupyter Notebook

Tutorial Source code Movies dataset

This tutorial will show you how to manipulate and query data in an Azure SQL database using Python and Jupyter Notebooks.



Originally published at sfoteini.github.io