Python's contextlib is a HIDDEN GEM

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

КОМЕНТАРІ • 17

  • @Indently
    @Indently 6 місяців тому +18

    Let’s goooooooo

  • @JohnMitchellCalif
    @JohnMitchellCalif 6 місяців тому +1

    wow, that's really useful! Subscribed

  • @ryanoftinellb
    @ryanoftinellb 6 місяців тому +8

    I had no idea `supress` existed. I made my own, and called it `ignored`. I guess it's a quick enough refactor...

  • @MaxShapira2real
    @MaxShapira2real 6 місяців тому

    Awesome stuff! 🚀

  • @collegeinvestor7095
    @collegeinvestor7095 6 місяців тому

    The terminal info of what branch and py version is neat, have you done a video on that?

    • @Carberra
      @Carberra  6 місяців тому

      I have! It's in the description.

  • @spectrapulse2104
    @spectrapulse2104 6 місяців тому +2

    ah yes I was waiting for just this topic

  • @Святослав-ш5э9ю
    @Святослав-ш5э9ю 6 місяців тому

    This theme looks cool, what is it name?

    • @Carberra
      @Carberra  6 місяців тому

      I did a video on it linked in the description 😄

  • @JorgeLuis-ts6qp
    @JorgeLuis-ts6qp 6 місяців тому

    Es una gem tan hidden que está descrita en la documentación.

  • @Daniel_Zhu_a6f
    @Daniel_Zhu_a6f 6 місяців тому +1

    nobody would have needed this stuff, would they just expose a local `goto` or make a `defer` keyword.

  • @birdie123
    @birdie123 6 місяців тому +4

    The "contextmanager" module is by far the most useful amongst the others.
    It saves a lot of duck-typing compared to the traditional way of coding decorators.

    • @vasiliigulevich9202
      @vasiliigulevich9202 6 місяців тому

      Do you want to say "traditional way of coding context managers"?