|
|
|
|
|
by zer00eyz
807 days ago
|
|
>> We use Python on the backend of our web app for realtime image recognition I have no qualms with python. But Python is the high fructose corn syrup of programing languages... It's in everything. It's dead easy to write out c bindings so from ML to Math to big data tasks it forms the glue to a lot of things. My question is: is your real time image processing IN python or in C that python calls out to? |
|
My point is that for most usecases you can go a lot further by looking at the code that’s running rather than the language that’s running it.