DEV Community

Discussion on: What would you want the most in Python 4?

Collapse
 
sonnk profile image
Nguyen Kim Son

In order to take advantage of multi core, it seems that Python developers often use native binding libraries like Cython and hardly take use of the multiprocessing package. For IO bound applications, asyncio is usually the solution.