Re: do ya still use python?

2021-04-20 Thread X Guest
we are in ML industry where python is used widely. On Tue, Apr 20, 2021, at 8:53 AM, Jon Ribbens via Python-list wrote: > On 2021-04-20, Paul Rubin > wrote: > > Ethan Furman mailto:ethan%40stoneleaf.us>> writes: > >> List, my apologies -- not sure how that one go

Socket connection between python and C

2011-02-08 Thread Williamson, Ross X. (Guest)
Dear All, I'm trying to implement a server/client system where the server is written in python and the client has to be written in c/c++. I can happily send simple text through the socket. Ideally I would like make say a struct (using python struct library) - and then read that in using C. Is