Linux shell to python

Dan Stromberg drsalists at gmail.com
Mon Jul 30 19:46:14 EDT 2012


On Mon, Jul 30, 2012 at 11:14 PM, Emile van Sebille <emile at fenx.com> wrote:

> On 7/30/2012 3:56 PM Dan Stromberg said...
>
>
>> On Mon, Jul 30, 2012 at 9:26 PM, Barry Scott <barry at barrys-emacs.org
>>
>
>      And of course you can write list comprehensions on as many lines as
>>     it take to make the code maintainable.
>>
>> Sigh, and I'm also not keen on multi-line list comprehensions,
>> specifically because I think they tend to make less readable code.  It
>> also becomes a mess when you need to insert print statements to get some
>> visibility into what's going on.
>>
>
> I tend to write long one-liners then convert them to loops the first time
> I need to see what's going on.
>
> Premature optimization otherwise.  :)
>

Premature optimization of what?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120730/2db3f1d0/attachment.html>


More information about the Python-list mailing list