+ 1
Is there any relation between SQL and python??
if there what is it ??
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
+ 1
You can useSQLl in python with the appropriate modules. You can use SQLite, MySQL, and PostgreSQL. May be there are also aome others.
0
hay ,what is modules??
- 2
I never heard of using sql in python. So, I dont think so