Best python 3.11+ version to have installed globally on windows 11
How does Python 3.13 perform vs 3.11 in single-threaded mode?
Python 3.10.13 or Python 3.11.6 or Python 3.11.5?
When is python 3.11 available? : Forums : PythonAnywhere
Videos
So I use virtual environments for everything, and with poetry I can choose any version I want. But I want to know which python version (equal or higher to 3.11) would you consider is the most stable and less prone to problems to have installed globally?
When Python 3.12 was released, I had held back from migrating my Python 3.11 applications as there were some mixed opinions back then about Python 3.12's performance vs 3.11. Then, 3.13 was released, and I decided to give it some time to mature before evaluating it.
Now, we're in Python 3.13.3 and the last bugfix release of 3.11 is out. When I Google'd, I only found performance studies on Python 3.13 in its experimental free-threaded mode, which is definitely slower than 3.11. However, I found nothing about 3.13 in regular GIL mode.
What are you guys' thoughts on this? Performance-wise, how is Python 3.13 compared to Python 3.11 when both are in GIL-enabled, single-threaded mode? Does the experimental JIT compiler in 3.13 help in this regard?
I recently started my python journey and I am not quite good at it yet. I just had a bad experience with python 3.12 and learned that it's not really good for now due to some stuff that I forgot now lol.
I was suggested to give python 3.11 a try. Now that I look at the python versions available, there's 3.11.5 and 3.11.6. I have some experience with 3.10 but I don't remember which exact version.
Can anyone help guide me through this? Is there any major difference between 3.11.5 and 3.11.6? is 3.10.13 better then it? Which one should I go for?