+ 1
How do I link to a database using python?
I have found that in the python lesson, there is file handling. But there wasnt anything on linking to a database. So, is this even possible using python? And if it is, how is it done? If it isn't then which programming languages are most suited to linking to a database?
1 Answer
+ 6
Use sqlalchemy module
import sqlalchemy