wrong. ;-)
Cheers,
phil
-Original Message-
From: Lawrence D'Oliveiro [mailto:l...@geek-central.gen.new_zealand]
Sent: Sunday, 31 May 2009 11:21 p.m.
To: python-list@python.org
Subject: Re: which database is suitable for small applications
In message <52801358-c037-458d-8857-
a
In message <52801358-c037-458d-8857-
a78c2d881...@z16g2000prd.googlegroups.com>, Ankit wrote:
> If your application does not require you to add very heavy data then
> you can also use flat files to do your stuff.
> Its always a better to use Databases ...
It's not always better to use databases.
Hi Ankit,
Thanks for your advice, can I get some sample code, to store
data in to flat files and how to give flat file connections to my Python
code, Because I am very new to Python and flat files
Thanks in Advance
Kalyan
On Wed, May 27, 2009 at 10:18 AM, Ankit wrote:
> Hi Kaly
Hi Kalyan...
If your application does not require you to add very heavy data then
you can also use flat files to do your stuff.
Its always a better to use Databases but given your low level use and
newness to python... i would advise you to take up flat files instead.
store your data there and ac
On Tue, May 26, 2009 at 2:03 PM, Kalyan Chakravarthy
wrote:
> Hi All,
> can any one suggest me which database I can use for my small
> application(to store user names ,passwords, very few other data.. )
> I am using Python, Google Apps and guide me how to connect to database, I am
> very
On May 26, 8:16 am, J Kenneth King wrote:
> Jean-Michel Pichavant writes:
> > Kalyan Chakravarthy wrote:
> >> Hi All,
> >> can any one suggest me which database I can use for my
> >> small application(to store user names ,passwords, very few other
> >> data.. )
> >> I am using Python, G
Jean-Michel Pichavant writes:
> Kalyan Chakravarthy wrote:
>> Hi All,
>> can any one suggest me which database I can use for my
>> small application(to store user names ,passwords, very few other
>> data.. )
>> I am using Python, Google Apps and guide me how to connect to
>> database, I
can any one suggest me which database I can use for my small
application(to store user names ,passwords, very few other data.. )
I am using Python, Google Apps and guide me how to connect to database, I am
very new to these technologies
Well, depending on the complexity you need, you c
Kalyan Chakravarthy wrote:
Hi All,
can any one suggest me which database I can use for my small
application(to store user names ,passwords, very few other data.. )
I am using Python, Google Apps and guide me how to connect to
database, I am very new to these technologies
Please help