En Thu, 06 Sep 2007 22:19:56 -0300, TheFlyingDutchman <[EMAIL PROTECTED]>  
escribi�:

> The Perl community has an expression "There is more than one way to do
> it". As in, Perl is good because you have multiple choices (whether
> it's a function/module/class/operator) of how to implement a
> particular piece of logic.  More choices is often good, but this can
> lead to a problem in that you might be presented with more things to
> learn and or you come across less common ways of doing something that
> you are not familiar with in code you are trying to understand.
>
> Does the Python community have a position regarding duplicate ways in
> the language to achieve something in your code?

Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit  
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
py> import this

-- 
Gabriel Genellina

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

Reply via email to