Can Python do shopping cart?
Bruno Desthuilliers
bruno.42.desthuilliers at websiteburo.invalid
Fri Mar 6 05:28:00 EST 2009
Dennis Lee Bieber a écrit :
> On Thu, 5 Mar 2009 14:30:54 -0800 (PST), Muddy Coder
> <cosmo_general at yahoo.com> declaimed the following in comp.lang.python:
>
>> I know PHP can do shopping cart, such as Zen Cart. I wonder can Python
>> do such a thing? Thanks!
>>
> Python is a general purpose, byte-code-compiled/interpreted,
> language. About the only thing I would not consider it suited for is
> hard real-time applications requiring sub-second response times.
>
> Does it COME WITH a one-call Web shopping cart application? No.
>
Not more (nor less) than PHP - ZenCart is not a builtin PHP module !-)
More information about the Python-list
mailing list