What's New In Python 3.13 In 1 Minute

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024
  • What's New In Python 3.13 In 1 Minute

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

  • @blackgoggles8514
    @blackgoggles8514 4 месяца назад +9

    if Python implements JIT Compiler than nobody will be able to call it slow

    • @PracticalCoding.
      @PracticalCoding.  4 месяца назад +4

      actually JIT itself will speed up python for just 2-9% but whole update is improving speed a lot

    • @oguzhan.yilmaz
      @oguzhan.yilmaz Месяц назад

      Soo it is still slow

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

    Your first example doesn't make any sense. `threading.Thread.is_alive()` has been a thing since Python 2... Your example doesn't use threading, so it runs sequentially, and crashes because is_alive is not defined in your code snippet. Also, threads don't run "in the background", and running things in the background does not directly "speed up the process of long-term tasks." What are you trying to say here??

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

      Okay, my bad, about background thread I meant in 3.13 we can start the long term thread and come back for it later if I'm saying it correctly, maybe it's too big shortcut so I apologize

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

    Do you use tty or voice changer?

    • @PracticalCoding.
      @PracticalCoding.  4 месяца назад +5

      I use text to speech because I don't speak english as good as speech bot

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

      ​@@PracticalCoding. Could you please clarify which specific TTS do you use?

    • @PracticalCoding.
      @PracticalCoding.  4 месяца назад +2

      @@gfhdlsk TTS from Veed io, they have 15 min of voice/month for free

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

    thanks appreciate it :D

  • @jacksonsmith...
    @jacksonsmith... 3 месяца назад

    awesome video 🎉❤

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

    👍