Re: [Tutor] 答复: Any book to study Python

2012-03-28 Thread wesley chun
> I'm reading your book and just typeing the TCP server and client example > scripts to my python and run it, but I did not get the expected results. > > For tstclnt.py(example 16.2,page 473 on the book),when I typed in vi and > execut it by python tstclnt.py, I get the error of 'No route to host

Re: [Tutor] 答复: Any book to study Python

2012-03-19 Thread wesley chun
On Mon, Mar 19, 2012 at 6:36 PM, Yan, Xianming < xianming@intercallapac.com> wrote: > > I've bought the book named Python 核 心 编 程 (第二版) on www.dangdang.com. I > guess I can get the book today. > > To Wesley, I did not realize you are the author of Python 核 心 编 程 (第二版) > until I read the book's

Re: [Tutor] 答复: Any book to study Python

2012-03-19 Thread Dave Angel
On 03/19/2012 09:36 PM, Yan, Xianming wrote: And to Brian vdB, I have my job need to do on windows platforms, and I installed python on a linux virtual machine hosted on my PC, so I can't copy/paste the code here. But it is a very good point that install the python interepter on Windows platf

Re: [Tutor] 答复: Any book to study Python

2012-03-19 Thread Leam Hall
On 03/19/2012 09:36 PM, Yan, Xianming wrote: Hello Russel, Thanks for your recommendation and reply. ... Xianming, Wesley is a great help here as is Alan Gauld. One of the things I really like about the Python language is the experts who still help us new programmers. Leam __