Giter Club home page Giter Club logo

Comments (4)

treyhunner avatar treyhunner commented on August 16, 2024

@riseriyo mentioned reversed for loop seems more accurate in the simple case (without an if clause in the comprehension).

Some more ideas:

List comprehensions allow you to take a list, do something with each element, and then output a new list with the changed elements. You can also filter out elements.

List comprehensions take in a list and return a new list with every element changed in some way and/or filtered out of the list. By "list" we really mean "tuple", "string", or anything else that you can loop over.

from intro-to-python.

jkrooskos avatar jkrooskos commented on August 16, 2024

Going through part 4 now. Just fixed a type in sets description and pushed
to master.

On Sun, Sep 14, 2014 at 1:38 PM, Trey Hunner [email protected]
wrote:

@riseriyo https://github.com/riseriyo mentioned reversed for loop seems
more accurate in the simple case (without an if clause in the
comprehension).

Some more ideas:

List comprehensions allow you to take a list, do something with each
element, and then output a new list with the changed elements. You can also
filter out elements.

List comprehensions take in a list and return a new list with every
element changed in some way and/or filtered out of the list. By "list" we
really mean "tuple", "string", or anything else that you can loop over.


Reply to this email directly or view it on GitHub
#16 (comment)
.

from intro-to-python.

jkrooskos avatar jkrooskos commented on August 16, 2024

typo I mean :0) (omission of a word really)

On Sun, Sep 14, 2014 at 1:56 PM, krooskos . [email protected] wrote:

Going through part 4 now. Just fixed a type in sets description and
pushed to master.

On Sun, Sep 14, 2014 at 1:38 PM, Trey Hunner [email protected]
wrote:

@riseriyo https://github.com/riseriyo mentioned reversed for loop
seems more accurate in the simple case (without an if clause in the
comprehension).

Some more ideas:

List comprehensions allow you to take a list, do something with each
element, and then output a new list with the changed elements. You can also
filter out elements.

List comprehensions take in a list and return a new list with every
element changed in some way and/or filtered out of the list. By "list" we
really mean "tuple", "string", or anything else that you can loop over.


Reply to this email directly or view it on GitHub
#16 (comment)
.

from intro-to-python.

macro1 avatar macro1 commented on August 16, 2024

Appears resolved.

from intro-to-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.