Re: Database intensive application

2007-08-13 Thread Erik Jones
On Aug 12, 2007, at 7:44 AM, Viewer T. wrote: and Yes, Python has awesome database support and can satisfy almost all database needs. Wow. Nobody ever told me Python was *that* kind of language :) Erik Jones Software Developer | Emma® [EMAIL PROTECTED] 800.595.4401 or 615.292.5888

Re: Database intensive application

2007-08-12 Thread Christoph Haas
On Sun, Aug 12, 2007 at 05:08:26AM -, Rohit wrote: I am a novice. I want to know whether Python can be used to develop client/server database and web applications like .NET. http://pylonshq.com/ http://www.djangoproject.com/ http://turbogears.org/ Which is the best book/source to learn

Re: Database intensive application

2007-08-12 Thread Maurice LING
Rohit wrote: I am a novice. I want to know whether Python can be used to develop client/server database and web applications like .NET. Which is the best book/source to learn Python? There are database access libraries for almost every RDBMS. Web applications using Django, CherryPy,

Re: Database intensive application

2007-08-12 Thread Viewer T.
On Aug 11, 10:08 pm, Rohit [EMAIL PROTECTED] wrote: I am a novice. I want to know whether Python can be used to develop client/server database and web applications like .NET. Which is the best book/source to learn Python? O'reilly's Learning Python by David Ascher and Mike Lutz has a

Re: Database intensive application

2007-08-12 Thread Peter Decker
On 8/12/07, Rohit [EMAIL PROTECTED] wrote: I am a novice. I want to know whether Python can be used to develop client/server database and web applications like .NET. Which is the best book/source to learn Python? You've already gotten several excellent answers for web applications; if you need

Re: Database intensive application

2007-08-12 Thread johnf
Rohit wrote: I am a novice. I want to know whether Python can be used to develop client/server database and web applications like .NET. Which is the best book/source to learn Python? IMO you should use Dabo (www.dabodev.com). If you want to strike on your own check using SQLAlchemy as your

Database intensive application

2007-08-11 Thread Rohit
I am a novice. I want to know whether Python can be used to develop client/server database and web applications like .NET. Which is the best book/source to learn Python? -- http://mail.python.org/mailman/listinfo/python-list