WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.3K

(post is archived)

[–] 1 pt

Python's asyncio model does suck.

I've personally never used it. I've never had the need to write async code in python. I would much rather use Rust or Go for that. Or if I felt like typing 40 lines of code to open a file, I could use Java lol. My point is and IMO he should use a language more suited to what he wants to achieve. Python shouldn't be in anyones top 5 for asynchronous/parallel/concurrent coding. There are better languages...