Re: [Tutor] SQL querying

2018-08-31 Thread Nitin Madhok
Rafael, Yes you can absolutely do that. You can use the MySQL connector (https://dev.mysql.com/doc/connector-python/en/connector-python-introduction.html ) or use one of the following modules: * MySQLdb (c

Re: [Tutor] SQL querying

2018-08-31 Thread Daryl Heppner
Haven't worked with mySQL but MS SQL Server (and any other ODBC connection) should connect importing pyodbc. Good luck! Daryl On Thu, Aug 30, 2018 at 6:26 PM Rafael Knuth wrote: > > Can I do SQL querying in Python? > What packages do I need for that purpose? (specifically for mySQL) Thanks. > __

Re: [Tutor] SQL querying

2018-08-30 Thread Mats Wichmann
On 08/30/2018 11:41 AM, Rafael Knuth wrote: > Can I do SQL querying in Python? > What packages do I need for that purpose? (specifically for mySQL) Thanks. > ___ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: > http

[Tutor] SQL querying

2018-08-30 Thread Rafael Knuth
Can I do SQL querying in Python? What packages do I need for that purpose? (specifically for mySQL) Thanks. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor