How do I link to a database using python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

25th Jan 2019, 5:22 PM
Lydia Yuki
Lydia Yuki - avatar
1 Answer
+ 6
Use sqlalchemy module import sqlalchemy
25th Jan 2019, 5:39 PM
Hubert Dudek
Hubert Dudek - avatar