In article ,
Dennis Lee Bieber wrote:
> For routine database /access/ (that is, someone has created the
> database user account that will be used), MySQLdb is the Python adapter
> to connect to the server. For using THAT, you basically need to know SQL
> (MySQL's flavor in particular), along wit
Don't worry about what book you have (or don't have) in your
Library..And let this not dictate your technology stack.
PostgreSQL is one of the popular choice and you will never be short of
documentation...Just Google and you will find lot of helpful tutorials...
Regards,
Anurag
On Mon, Oct 1
On Tue, Oct 16, 2012 at 1:47 AM, রুদ্র ব্যাণার্জী wrote:
> On Tue, 2012-10-16 at 01:01 +1100, Chris Angelico wrote:
>> But you may wish to consider using PostgreSQL instead.
> Thanks, as I am very much new in database thing, I am not very aware of
> the options I have.
> But in my library, I did
On Tue, 2012-10-16 at 01:01 +1100, Chris Angelico wrote:
> But you may wish to consider using PostgreSQL instead.
Thanks, as I am very much new in database thing, I am not very aware of
the options I have.
But in my library, I did not found any thing on PostgreSQL.
Though, I will google its supp
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.sourceforg
On Tue, Oct 16, 2012 at 12:45 AM, রুদ্র ব্যাণার্জী wrote:
> Dear friends,
> I am starting a project of creating a database using mySQL(my first
> project with database).
> I went to my institute library and find that, all books are managing
> "mySQL with perl and php"
>
> I am new to python itself
Yes you can. There are libraries available in python to make this happen.
Read this for a starter
http://dev.mysql.com/usingmysql/python/
Regards,
Anurag
On Oct 15, 2012 10:53 AM, "রুদ্র ব্যাণার্জী" wrote:
> Dear friends,
> I am starting a project of creating a database using mySQL(my first
>