HYBRID sync/async functions in Python?!

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

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

  • @isroisthebest1733
    @isroisthebest1733 2 ปีที่แล้ว

    This is going to help me sooo much for my discord bot and upcoming projects! Thanks so much Canberra!

  • @Reecepbcups
    @Reecepbcups 2 ปีที่แล้ว

    Just watched this video randomly yesterday. Now today i find myself needing this EXACT solution :D so happy thank you

    • @Carberra
      @Carberra  2 ปีที่แล้ว

      How convenient! Glad you got some use out of it ^-^

  • @Sigmosity
    @Sigmosity 2 ปีที่แล้ว

    i want some help and i was trying to join ur discord server trough the link in descroption but it returns the error that connection isn't secure

    • @Carberra
      @Carberra  2 ปีที่แล้ว

      Oh arse, damn certificates have gone again. One sec, I'll sort that out for you.

    • @Carberra
      @Carberra  2 ปีที่แล้ว

      Okay, there seems to be a more sinister issue. I'll have a better look at what's going on tomorrow.

    • @Sigmosity
      @Sigmosity 2 ปีที่แล้ว

      @@Carberra thanks

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

      In the meantime: discord.gg/JV6yQkxj

  • @justsomeguy6545
    @justsomeguy6545 2 ปีที่แล้ว

    Canberra always giving me easier ways to do something after I finish a project

    • @Carberra
      @Carberra  2 ปีที่แล้ว

      Just have better timing d: Though not gonna lie, I need to partially rewrite something with this new tech.

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

    I watch your videos, since last year.... one thing i want to say is, increase the font of vs code while recording cause, its painful when watchin it on mobile :pleading_face:

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

      I do normally try -- I might have forgotten this time. Sorry about that!

  • @devguyahnaf
    @devguyahnaf 2 ปีที่แล้ว

    Every day passes, and I witness Python becoming more like JavaScript...
    Well, time to move to Elixir or Rust

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

      To be fair, this isn't part of the Python standard lib. Why would it be a bad thing anyway?

    • @justsomeguy6545
      @justsomeguy6545 2 ปีที่แล้ว

      @@Carberra I have had enough of JavaScript just from learning it I don’t want python to be like that

    • @jonxslays
      @jonxslays 2 ปีที่แล้ว

      I don’t know what else you all expect from a dynamic language lol.

    • @devguyahnaf
      @devguyahnaf 2 ปีที่แล้ว

      @@jonxslays I mean, you can take Elixir as an example. Dynamically typed, still no hybrid async afaik. It's pretty good :D

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

      Doesn't mean it doesn't have the capability. Python technically has no hybrid async -- the library just wraps things in the right way to make it possible.