Re: Best Python Web Framework ?

2009-04-22 Thread Luis Gonzalez
On Apr 21, 11:46 am, SKYLAB wrote: > Greetings.. > > First , my english is not good . > > I heard that was written in python ( Youtube Programming Language : > PYTHON :S ) Correct ? > > That's not correct ? Then youtube is PHP application ? > > That's correct ; Which python web framework in friend

Re: Testing dynamic languages

2009-04-04 Thread Luis Gonzalez
On Apr 4, 11:17 am, Emmanuel Surleau wrote: > On Saturday 04 April 2009 15:37:44 grkunt...@gmail.com wrote: > > > I am a Java developer. There, I said it :-). Don't worry. I also do terrible things to support my family... -- http://mail.python.org/mailman/listinfo/python-list

Re: dict view to list

2009-03-27 Thread Luis Gonzalez
Yes, I know the python approach is to use built-ins. But wouldn't it be cool if we could do mydict.values().tolist() instead? It would be more regular and intuitive and readable from an OO point of view. In my oppinion, this would be cleaner. Built-ins used like this look like an early decission ma

Re: Ban Xah Lee

2009-03-09 Thread Luis Gonzalez
On 10 mar, 00:54, Grant Edwards wrote: > On 2009-03-10, Byung-Hee HWANG wrote: > > > "D'Arcy J.M. Cain" writes: > >> Byung-Hee HWANG wrote: > > >>> Don't worry, Xah. At least, my minds is running on your rails. > >>> Please do not stop. BTW, what do you think about using Gnus > >>> instead of G

Re: Can Python do shopping cart?

2009-03-05 Thread Luis Gonzalez
Python can do. On 5 mar, 19:30, Muddy Coder wrote: > Hi Folks, > > I know PHP can do shopping cart, such as Zen Cart. I wonder can Python > do such a thing? Thanks! > > Muddy Coder -- http://mail.python.org/mailman/listinfo/python-list