Idiomatic Python: The `itertools` Module

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 มิ.ย. 2023
  • Leveraging the `itertools` standard library module for more Pythonic coding.
    #mathbyteacademy #python
    Code for this Video
    ================
    Available in GitHub blog repo: github.com/fbaptiste/python-blog
    Direct link: tinyurl.com/36vn8dr4
    My Python Courses
    =================
    - Python 3 Fundamentals (introduction to Python)
    www.udemy.com/course/python3-...
    - Python 3 Deep Dive (Part 1 - Functional)
    www.udemy.com/course/python-3...
    - Python 3 Deep Dive (Part 2 - Iteration, Generators)
    www.udemy.com/course/python-3...
    - Python 3 Deep Dive (Part 3 - Hash Maps)
    www.udemy.com/course/python-3...
    - Python 3 Deep Dive (Part 4 - OOP)
    www.udemy.com/course/python-3...

ความคิดเห็น • 23

  • @CyrilLevyMarchal
    @CyrilLevyMarchal ปีที่แล้ว +5

    Fred is the GOAT

  • @GrumpyDave1
    @GrumpyDave1 7 หลายเดือนก่อน

    Ah, the Batman series (6:47). Definitely worth a chuckle.

  • @nitin.cherian
    @nitin.cherian ปีที่แล้ว

    I really like the way you teach Fred. Thank you!

  • @prashlovessamosa
    @prashlovessamosa ปีที่แล้ว +3

    Hello I hadn't know that You are Fred Baptiste until I visited your GitHub
    Sir you don't know how awesome you are
    Your python deep dive series is mind blowing I have completed 1 and 3 part of that series It was awesome experience
    Thank you 🙏

    • @mathbyteacademy
      @mathbyteacademy  ปีที่แล้ว +1

      Thank you!
      (I love samosas by the way 😀)

  • @prashlovessamosa
    @prashlovessamosa ปีที่แล้ว +1

    Hey yo yesterday found your channel and fall in love with your videos.

  • @dev.aaajit
    @dev.aaajit ปีที่แล้ว +2

    Awesome as always.

  • @charlielu05
    @charlielu05 ปีที่แล้ว +2

    Amazing video! Your content is very practical and none surface level, love it :)

  • @MohamedAhmed-rf5bk
    @MohamedAhmed-rf5bk ปีที่แล้ว

    When Fred says we diving deep, you better come with your oxygen mask, cause you in for deeeeeeeeep dive. Seriously love what you do Fred

  • @MohamedAhmed-rf5bk
    @MohamedAhmed-rf5bk ปีที่แล้ว

    Fred, I can’t count the number of things I learned from you that I 100% know I would suffer if I didn’t encounter your lessons

  • @JimRohn-u8c
    @JimRohn-u8c ปีที่แล้ว +1

    Fred you’re amazing and a blessing!
    Do you plan on doing all of this for any other languages?
    I would love to see Udemy courses & TH-cam videos from you for Golang or Rust!

    • @mathbyteacademy
      @mathbyteacademy  ปีที่แล้ว +1

      Thanks!
      No plans for other languages at this time - maybe SQL because I think it's important enough for Python development. Rust I do not know at all. Go I used a few times to write production apps, but I'm not at a level in Go where I could create anything other than all these superficial "learn Go in 1 hour" type of videos.

    • @JimRohn-u8c
      @JimRohn-u8c ปีที่แล้ว +1

      @@mathbyteacademy thanks hope to see the SQL Course from you! Hopefully it’s using PostgreSQL!

  • @adilkhatri7475
    @adilkhatri7475 ปีที่แล้ว +2

    hey it will be great if you can make python deep dive part 5 with following topic
    - multithreading
    - multiprocessing
    - asyncio

    • @mathbyteacademy
      @mathbyteacademy  ปีที่แล้ว +1

      I have a video on type hinting in this channel. did you check it out?

    • @mathbyteacademy
      @mathbyteacademy  ปีที่แล้ว +1

      True, but it gives you a strong start with 80% of the basics you need, and then the docs are there to help take you in as far as you like.