Is there any relation between SQL and python?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there any relation between SQL and python??

if there what is it ??

7th May 2020, 8:27 AM
pruthvi .n
pruthvi .n - avatar
4 Answers
+ 2
Modules are a piece of code in an external file that can be imported to your python programs. There is a real big number of modules available for python. Most of these modules extend the ability of python. Many of them are free, others has to be purchased. Modules has to be installed before they can be used. If you want to know more about SQL modules or connectors use google to find the latest information and versions
7th May 2020, 5:29 PM
Lothar
Lothar - avatar
+ 1
You can useSQLl in python with the appropriate modules. You can use SQLite, MySQL, and PostgreSQL. May be there are also aome others.
7th May 2020, 9:07 AM
Lothar
Lothar - avatar
0
hay ,what is modules??
7th May 2020, 9:21 AM
pruthvi .n
pruthvi .n - avatar
- 2
I never heard of using sql in python. So, I dont think so
7th May 2020, 8:46 AM
Sajid
Sajid - avatar