Slide 4
Slide 4 text
Copyright © 2015 Russel Winder 4
CPU Bound vs I/O Bound 1/2
—
●
Python is entirely fine for essentially I/O bound
activity:
●
Managing user interfaces via native code widgets
(Qt, GTK, Wx, )
…
●
Managing networking activity.
Common theme here, the use of an event loop.