Using wild character

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Sep 6 21:56:05 EDT 2007


En Thu, 06 Sep 2007 22:19:56 -0300, TheFlyingDutchman <zzbbaadd at aol.com>  
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




More information about the Python-list mailing list