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 got through.
> >
> > It was trollishly written but was a reasonable observation on the state
> > of the Usenet group.  I didn't realize it had come through (or reached)
> > the mailing list.  Anyway the state of affairs for us Usenet die-hards
> > isn't so great.
> 
> Why do you say that? The group seems quite lively to me
> (and no I'm not counting spam etc).
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 

--
  https://xguest.net/
-- 
https://mail.python.org/mailman/listinfo/python-list


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 there a better way to 
package data on the server in python to send down a socket to a C client? XML? 
Pickle?

Cheers,

Ross
-- 
http://mail.python.org/mailman/listinfo/python-list