Skip to content

Commit 9ee4871

Browse files
authored
Update README.md
1 parent 6024f4b commit 9ee4871

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
# python-sql-azure
2-
Learn how to use Python to manipulate and query data in Azure relational databases.
1+
![Header](header.png)
2+
3+
# Python and Azure Databases
4+
Learn how to use Python to connect to, manipulate and query data in Azure relational databases.
5+
6+
<br>
7+
8+
## Use Python to query data in Azure Database for MySQL
9+
#### PART 1: Create an Azure Database for MySQL server via the Azure portal
10+
<p>
11+
<a href="https://www.foteinisavvidou.codes/create-an-azure-database-for-mysql-server-via-the-azure-portal/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
12+
</p>
13+
14+
In this tutorial, you will learn how to create an Azure Database for MySQL single server, create a new database and configure firewall rules.
15+
16+
#### PART 2: Connect to Azure Database for MySQL using Python
17+
<p>
18+
<a href="https://www.foteinisavvidou.codes/connect-to-azure-database-for-mysql-using-python/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
19+
<a href="/python-mysql-azure/db1.py" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
20+
</p>
21+
22+
In this tutorial, you will learn how to connect to your Azure Database for MySQL using Python and Visual Studio Code.
23+
24+
#### PART 3: Use Python to manipulate data in Azure Database for MySQL
25+
<p>
26+
<a href="https://www.foteinisavvidou.codes/use-python-to-manipulate-data-in-azure-database-for-mysql/" target="_blank"><img src="https://img.shields.io/badge/Instructions-informational?style=for-the-badge" alt="Tutorial"></a>
27+
<a href="/python-mysql-azure/db2.py" target="_blank"><img src="https://img.shields.io/badge/Code-critical?style=for-the-badge" alt="Source code"></a>
28+
</p>
29+
30+
This tutorial will show you how to use Python to create tables and manipulate data in Azure Database for MySQL.
31+
32+
33+
<br>
34+
<br>
35+
<p align="center">
36+
<em>Originally published at <a href="https://www.foteinisavvidou.codes/" target="_blank">www.foteinisavvidou.codes</a></em>
37+
</p>

0 commit comments

Comments
 (0)