How can I use SQL with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I use SQL with python?

Which is a good and easy to use module for using SQL in pytjon3

13th Jun 2019, 10:57 AM
NightSkyLeaf
NightSkyLeaf - avatar
3 Answers
+ 4
Go to w3schools and start with the python course,there are lessons for python with sql!
13th Jun 2019, 1:31 PM
CodeFu
CodeFu - avatar
+ 3
You can use pymysql library for connecting your program to a database like MySql. You just need to install it first by following command pip install pymysql
13th Jun 2019, 12:13 PM
Deepak Kumar
Deepak Kumar - avatar
+ 2
sqlite3
13th Jun 2019, 11:03 AM
Anna
Anna - avatar