22
Faster Python: Concurrency in async/await and threading
(blog.jetbrains.com)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
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.