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.
2 odpowiedzi
+ 2
You can use the sqlite3 module:
https://code.sololearn.com/c2vqCZyLBcdi/?ref=app
0
Yeah, i wanted to go around sqlite straight to SQL. But thank you ;) end of topic