A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2006-May/065106.html below:

Unification of for statement and list-comp syntax

[Python-Dev] PEP-xxx: Unification of for statement and list-comp syntax [Python-Dev] PEP-xxx: Unification of for statement and list-comp syntaxHeiko Wundram me+python-dev at modelnine.org
Mon May 22 07:01:33 CEST 2006
Am Montag 22 Mai 2006 02:46 schrieben Sie:
> Heiko Wundram wrote:
> > 2) Just as I've replied to Terry J. Reed, if you find list comprehensions
> > easy to read, you're also bound to be able to understand what "for <expr>
> > in <expr> if <expr>:" does, at least AFAICT.
>
> I tend to write non-trivial LCs on multiple lines, e.g.
>
>    l = [foo(x)
>      for x in stuff
>        if something_about(x)]
>
> for the very reason that it makes them easier to read.

You can also do the same here (by using normal bracketing):

for <expr> in (<some>
               <non-trivial>
               <stuff>) if (<one expr> and
                            <two expr> and
                            <three expr>):
    foo(x)

--- Heiko.
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4