Re: Can python/django match the features of php/zend framework?

2008-10-27 Thread walterbyrd
On Oct 26, 8:45 pm, Nick Lo <[EMAIL PROTECTED]> wrote: > > 2) There is a fairly good library of php routines to connect on online > > php app with quickbooks. I am not sure if python has anything like > > that. > > That isn't really a ZF thing of course. No, but I would I think that a php

Re: Can python/django match the features of php/zend framework?

2008-10-27 Thread walterbyrd
On Oct 26, 4:37 pm, "Low Kian Seong" <[EMAIL PROTECTED]> wrote: > guess it does: Python will work with QB, as long as both are on the same windows box. But, I was asking about using django on a remote website to sync with QB - that might be different.

Re: Can python/django match the features of php/zend framework?

2008-10-26 Thread Nick Lo
Hi Walter, On 27/10/2008, at 8:24 AM, walterbyrd wrote: > I was going to go with zend framework, then I read about php using "\" > character as it's namespace separator. > > A few things I like about the zend framework: > > 1) APIs to integrate with Google Apps. Although, I think I could do >

Re: Can python/django match the features of php/zend framework?

2008-10-26 Thread felix
python libraries are in general much much better than php libraries. besides django itself, there's a wealth of usable and well maintained libraries. I've been working with gdata, and its very nice: _youtubeGDataHost = 'gdata.youtube.com' _youtubeFeedBase = '/feeds/api/' import gdata

Re: Can python/django match the features of php/zend framework?

2008-10-26 Thread Low Kian Seong
guess it does: http://mail.python.org/pipermail/python-list/2007-July/448007.html On Mon, Oct 27, 2008 at 5:24 AM, walterbyrd <[EMAIL PROTECTED]> wrote: > > I was going to go with zend framework, then I read about php using "\" > character as it's namespace separator. > > A few things I like

Can python/django match the features of php/zend framework?

2008-10-26 Thread walterbyrd
I was going to go with zend framework, then I read about php using "\" character as it's namespace separator. A few things I like about the zend framework: 1) APIs to integrate with Google Apps. Although, I think I could do the same with python using gdata-python-client. 2) There is a fairly