Y
Hacker News
new
|
ask
|
show
|
jobs
by
yrio
2230 days ago
Python is popular in data science, AI & those field depends on a lot of native libraries: NumPy, SciPy, etc. Maybe that's why they chose the async await model
1 comments
GolDDranks
2230 days ago
Yeah, sounds plausible. A lot of Python stuff is actually wrapped C / C++ / Fortran code, so it makes sense to optimize for FFI.
link