What's New In Python 3.13 In 1 Minute

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
what's new in python 3.13 python 3.13 recently launched in beta so it's worth taking a look at it let's start by executing scripts in the background which will speed up the process of long-term tasks to check the process of the task being performed use the task name do as aive command a God send for programmers will be improved debugging which will make error codes more humanid for example if we unknowingly import a library with the same name as one of our files the debugger will inform us about it python will collect garbage in the code for us so if we do not use an object it will be removed from memory the biggest novelty is the use of the jit just in time compiler which you can read about in detail on Wikipedia The Only Thing Worth knowing is that it increases performance by generating machine code for a given processor thanks to which the code is interpreted faster but for now it is an experimental function interestingly python supports mobile applications for iOS or rather iOS supports python which means that from python you will be able to create applications using for example Ki the new version also allows the use of all processor cores so that threads can be executed independently of each other at the same time Additionally the modules that are currently displayed on the screen have been refined you can check them in the official python documentation if you want more news or Curiosities about Python and programming in general I encourage you to check out this playlist happy hacking
Info
Channel: Practical Coding
Views: 3,615
Rating: undefined out of 5
Keywords: python, python 3.13
Id: widuCdsQZ7U
Channel Id: undefined
Length: 1min 15sec (75 seconds)
Published: Sat May 11 2024
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.