AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How Much Is Concurrency in Python? And How Much Can You Predict and Control It?
There are systems where you, it's really easy to get started. And then what do you do? Well, you have to go switch to a different world and rewrite all your code. This exists in many other languages. With Python, you would say like concurrency,. So Python has the global interpreter lock. So threading is challenging in Python. If you start writing a large scale application in Python and then suddenly you need concurity, you're kind of stuck with a series of bad trade-offs. There's other ways to go where you say like, voice all the, all the complexity on the user all at once. And that's also bad in a different way. What