Learn Python FILTER() in 3 minutes! 🧹

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 15

  • @BroCodez
    @BroCodez  4 месяца назад +1

    # filter(condition, collection) = return all elements that pass a condition
    grades = [91, 32, 83, 44, 75, 56, 67]
    passing_grades = list(filter(lambda grade: grade >= 60, grades))
    print(passing_grades)

  • @hybridclasher123
    @hybridclasher123 4 месяца назад +3

    love your python tutorials. not only is it good for beginners, but its good for any experts who didnt know about the new stuff

  • @ahmetunaldi7601
    @ahmetunaldi7601 29 дней назад +1

    Bro is great....

  • @learn2apply
    @learn2apply 4 месяца назад +1

    Very clear and concise explanation. Thanks!

  • @NaizhongYao1237
    @NaizhongYao1237 4 месяца назад +1

    nice explanation!!!

  • @GigelBosket
    @GigelBosket 2 месяца назад +1

    Great video Bro. Quick and explained very good ,now I can continue my project

  • @KishanPatel-gq1sw
    @KishanPatel-gq1sw 4 месяца назад +1

    Tensor flow tutorial next maybe ?!!!!

  • @DrDeuteron
    @DrDeuteron 4 месяца назад +1

    How do you feel about using
    60.__ge__
    As the function?

  • @StoicismAspects
    @StoicismAspects 4 месяца назад +1

    will this video be added to your python playlist?

  • @kevingamehouse
    @kevingamehouse 4 месяца назад

    Could you try making a CSS course in 1 hour?

  • @luka5932
    @luka5932 4 месяца назад

    is this gonna be a new 24h tutorial??

  • @anasselkaouri9938
    @anasselkaouri9938 4 месяца назад

    Hey bro code can u do us symfony please

  • @shishir9001
    @shishir9001 4 месяца назад

    bro can u teach node js pls🙏