Re: Best Python Web Framework ?

2009-04-22 Thread Luis Gonzalez
On Apr 21, 11:46 am, SKYLAB zky...@gmail.com 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 friendfeed ? Web.py ?
 Django ? web2py ?

 Thanks..

FriendFeed has an in-house framework inspired by web.py and
Appengine's webapp. It was written by Bret Taylor, who was the PM of
appengine when it started, but is now working for FriendFeed.
http://news.ycombinator.com/item?id=523544
--
http://mail.python.org/mailman/listinfo/python-list


Re: Testing dynamic languages

2009-04-04 Thread Luis Gonzalez
On Apr 4, 11:17 am, Emmanuel Surleau emmanuel.surl...@gmail.com
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 made when
designing an imperative language.

Luis

On 27 mar, 09:14, alex23 wuwe...@gmail.com wrote:
 On Mar 27, 3:44 pm, Aaron Brady castiro...@gmail.com wrote:

  Is there a possibility of the dict_values, dict_items, and dict_keys
  objects growing a 'tolist' method?  It's one of those little things
  that contributes to one's user experience.

 Probably not, because the Python approach is to use the builtins. I'm
 not sure what you feel mydict.values().tolist() might offer over the
 conventional list(mydict.values()).

 So yeah, -1.

--
http://mail.python.org/mailman/listinfo/python-list


Re: Ban Xah Lee

2009-03-09 Thread Luis Gonzalez
On 10 mar, 00:54, Grant Edwards gra...@visi.com wrote:
 On 2009-03-10, Byung-Hee HWANG b...@izb.knu.ac.kr wrote:

  D'Arcy J.M. Cain da...@druid.net writes:
  Byung-Hee HWANG b...@izb.knu.ac.kr 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 G2/1.0?

  So you are going to repeat his postings in their entirety so
  that those that block him will see them anyway, right?  Wrong.
  We'll just block your posts too.

  *plonk*

  Xah i know is a crazy critic,

 Hey, we have standards here!  If you're going to do
 psychological diagnoses, you have to quote at least one
 Wikipedia article.

  not bad guy. Let's respond with critique for a critique, not
  ban.

 Well, First, it's pointless: he pays no attention to either
 critics or critiques.  And B) it annoys everybody else.

 [I trust that by this point in the thread everybody but the
 masochistic or morbidly curious have plonked this thread.]

 --
 Grant

Why ban anyone here?
C'mon guys, Xha Lee always wins, because fools like you get mad at him
instead of ignoring him.
If you don't like Xha's posts, just don't read them.
It's as simple as that.

By the way:
«I disapprove of what you say, but I will defend to the death your
right to say it» Voltaire.

Baning is not useful nor intelligent.

Luis
--
http://mail.python.org/mailman/listinfo/python-list


Re: Can Python do shopping cart?

2009-03-05 Thread Luis Gonzalez
Python can do.

On 5 mar, 19:30, Muddy Coder cosmo_gene...@yahoo.com 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