Re: Python Book Recommendations

2007-08-15 Thread Azazello
On Aug 15, 7:47 am, "Shawn Milochik" <[EMAIL PROTECTED]> wrote: > If I could have only one book, I would buy "Core Python, Second > Edition," by Wesley Chun. > > For the record, I own: > Core Python, Second Edition (great) > wxPython in Action (haven't used yet) > Beginning Python (barely used) > P

Re: sending very large packets over the network

2007-08-02 Thread Azazello
On Aug 1, 8:50 pm, Gary Herron <[EMAIL PROTECTED]> wrote: > Walker Lindley wrote: > > OK, I'm back with another networking question. I'm trying to seend > > large amounts of information over TCP (the length of data being given > > to send() is on the order of 16000 characters in length). > > Unfort

Re: Process Control Help

2007-07-31 Thread Azazello
On Jul 31, 12:45 pm, Walt Leipold <[EMAIL PROTECTED]> wrote: > Azazello wrote: > > > We're looking to run some industrial machinery from a PC. Starting > > with some basic servo controls and IO port reading for something like > > an XYZ table (just X would be

Re: Encryption recommendation

2007-07-31 Thread Azazello
On Jul 31, 10:19 am, "JS" <[EMAIL PROTECTED]> wrote: > Can someone help me find the proper way to do AES encryption/decryption > using Python? > > Thanks! I did a quick look around the internet and found this seemingly good link AES in general. Might be a good start. http://msdn.microsoft.com/msd

Re: Process Control Help

2007-07-30 Thread Azazello
On Jul 28, 1:40 am, "Hendrik van Rooyen" <[EMAIL PROTECTED]> wrote: > <[EMAIL PROTECTED]> wrote: > > > I'm attempting to start some process control using Python. I've have > > quite a bit of literature on networking, and have made some tinkering > > servers and clients for different protocols HTT