[Python-Dev] Python Language Reference has no mention of list comÃprehensions
M.-A. Lemburg
mal at egenix.com
Thu Dec 3 12:37:55 EST 2015
On 03.12.2015 18:30, Laura Creighton wrote:
> What I would like is if it were a lot easier for a person who just
> saw a list comprehension for the very first time, and was told what it
> is, to have a much, much easier time finding it in the Reference Manual.
Such a person should more likely be directed to the tutorial
rather than the very technical language spec :-)
> Would a section on comprehensions in general, defining what a comprehension
> is be appropriate?
We already have this in the tutorial:
https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions
Cheers,
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Experts (#1, Dec 03 2015)
>>> Python Projects, Coaching and Consulting ... http://www.egenix.com/
>>> Python Database Interfaces ... http://products.egenix.com/
>>> Plone/Zope Database Interfaces ... http://zope.egenix.com/
________________________________________________________________________
::: We implement business ideas - efficiently in both time and costs :::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/
http://www.malemburg.com/
More information about the Python-Dev
mailing list