How can i use Spread Sheet as Data Store

D'Arcy J.M. Cain darcy at druid.net
Tue May 19 08:20:13 EDT 2009


On Tue, 19 May 2009 10:51:57 +0530
Kalyan Chakravarthy <kalyanchakravarthy at hyit.com> wrote:
> Actually my requirement is
> in an web application when user enters User name and Password,
> back end i needs to check, is it they entered correct user name with
> password ( here i want to read the Spread Sheet Data in Python code  ),
> for this i will keep all the user names and passwords in Google Spread Sheet

I can't answer your question about reading Google spreadsheets but I do
wonder why you are trying to solve a database problem with a
spreadsheet in the first place, especially with all the support Python
has for database access.

-- 
D'Arcy J.M. Cain <darcy at druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.



More information about the Python-list mailing list