How to implement sql into Python? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponses
+ 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