Faster Python: Concurrency in async/await and threading
(blog.jetbrains.com)
from cm0002@lemmy.world to python@programming.dev on 11 Jun 03:28
https://lemmy.world/post/31174861
from cm0002@lemmy.world to python@programming.dev on 11 Jun 03:28
https://lemmy.world/post/31174861
#python
threaded - newest
When I was using pycharm 2024 I had a plugin installed called “evaluate-async-code” and it was suuuuper helpful bc the codebase at work is primarily async python and not being able to debug async findings was always a pain, as outputs would be passed around and not always stored. I know, it’s easy to store it as a variable, and it’s just easier to get that value in that moment than realize you’ll need to add one and restart the debugger.