How to implement sql into Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to implement sql into Python?

I want to automatically make, manipulate and delete files of sql. Also take and work with values for example for linear regression.

16th Dec 2018, 1:15 PM
Artur OleksiƄski
Artur OleksiƄski - avatar
2 Answers
+ 2
You can use the sqlite3 module: https://code.sololearn.com/c2vqCZyLBcdi/?ref=app
16th Dec 2018, 1:38 PM
Anna
Anna - avatar
0
Yeah, i wanted to go around sqlite straight to SQL. But thank you ;) end of topic
16th Dec 2018, 2:04 PM
Artur OleksiƄski
Artur OleksiƄski - avatar