I have a program in C that communicates via UDP with another program (in Java) and then does process manipulation (start/stop) based on the UDP pkt exchange.
Now this C program has been legacy and I want to convert it to Python - do you think Python will be a good choice for the tasks mentioned?
以上就是What is the feasibility of porting a legacy C program to Python?的详细内容,更多请关注web前端其它相关文章!