|
|
|
|
|
by ncann
1832 days ago
|
|
When people talk about Python being slow, it's generally about the CPU-intensive tasks. Image processing, data file parsing and transformation, those kind of things. Sure you can use C library bindings for those but that's kinda cheating. |
|