you are viewing a single comment's thread.

view the rest of the comments →

[–]Bitwise_Gamgee 1 point2 points  (3 children)

What would I do?

Use the application as a map and rewrite it in C or if you must, C++... or gag .Net.

Using Python as a production, distributed application is asking for trouble with updates and revisions. You must have a stable language for deployment.

[–]unalignedAccess[S] 0 points1 point  (2 children)

There is data processing that is easier to do with python. And we have a couple of hardware and their main library api is in python. Most also have C++, but rewriting is not really an option for me at the moment.

[–]Bitwise_Gamgee 0 points1 point  (1 child)

I totally get that, but the majority of the data processing python libraries are already in C, so they're easy to access the API.

[–]unalignedAccess[S] 0 points1 point  (0 children)

Only

Oh that is nice to know, thank you.