Re: reliable whois in python

2008-01-15 Thread Nikolas Karalis
ue? I don't know... > > 2) I tried using sockets to connect to the whois port of > whois.internic.net and then read the info, which works a little better > than 1). However, sometimes this is not reliable too and I get errors. > > Does anyone have any ideas how I can do this be

Re: cloud computing (and python)?

2008-01-02 Thread Nikolas Karalis
er the data, is it > being > backed up and protected, and is your private data being mined without > your approval. Oh, > and what happens if you use Zoho's system and they go out of > business? > -- > http://mail.python.org/mailman/listinfo/python-list > -- Nikolas Karalis Applied Mathematics and Physics Undergraduate National Technical University of Athens, Greece http://users.ntua.gr/ge04042 -- http://mail.python.org/mailman/listinfo/python-list

Re: Big-endian binary data to/from Python ints?

2007-12-27 Thread Nikolas Karalis
gt; > > pinteger = struct.unpack("!I", netstring[0:4])[0] > > and > > netstring = struct.pack("!I", pinteger) > > Thanks, that seems to be what I was looking for. > > -- > 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0 -- pass it on >