List comprehension vs filter in Python (speed, lambda, history, examples)

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 10

  • @JoePescisAngryCousin
    @JoePescisAngryCousin Рік тому +1

    Your series is the best explanation of LC ive seen.

  • @chatgpttesting
    @chatgpttesting Рік тому

    its so awesome....you explained very clearly

  • @tkumardalai9995
    @tkumardalai9995 5 місяців тому +1

    its superb

  • @kingmoon989
    @kingmoon989 3 роки тому +1

    متميز كالعاده 🥰

  • @jeremybell4236
    @jeremybell4236 3 роки тому +1

    Loving the videos. I just want to point out that you can do [i for i in [0, 1, 2] if i] instead of [i for i in [0, 1, 2] if bool(i) != bool(None)]

  • @filled2150
    @filled2150 4 роки тому

    Can you tell me which editor are you using?