Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31307
| Date | 2012-10-15 07:05 -0700 |
|---|---|
| From | Demian Brecht <demianbrecht@gmail.com> |
| Subject | Re: MySQL with Python |
| References | <1350308732.2373.8.camel@roddur> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2209.1350309918.27098.python-list@python.org> (permalink) |
On 12-10-15 06:45 AM, রুদ্র ব্যাণার্জী wrote: > if yes, can you kindly suggest a book/reference on this? > There are a few different ways to connect to MySQL, two of which are: For reference on connecting and querying MySQL through mysql-python, take a read through http://mysql-python.sourceforge.net/MySQLdb.html. Another solution is to use SQLAlchemy (http://www.sqlalchemy.org/). The ORM abstracts a lot of the tedious SQL queries out for you and allows you to concentrate more on your application's logic. -- Demian Brecht @demianbrecht http://demianbrecht.github.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
MySQL with Python রুদ্র ব্যাণার্জী <bnrj.rudra@gmail.com> - 2012-10-15 14:45 +0100
Re: MySQL with Python Chris Angelico <rosuav@gmail.com> - 2012-10-16 01:01 +1100
Re: MySQL with Python রুদ্র ব্যাণার্জী <bnrj.rudra@gmail.com> - 2012-10-15 15:47 +0100
Re: MySQL with Python Chris Angelico <rosuav@gmail.com> - 2012-10-16 01:54 +1100
Re: MySQL with Python Demian Brecht <demianbrecht@gmail.com> - 2012-10-15 07:05 -0700
Re: MySQL with Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-10-15 15:20 -0400
Re: MySQL with Python Roy Smith <roy@panix.com> - 2012-10-15 15:44 -0400
csiph-web