Re: [Tutor] Any book to study Python

2012-03-28 Thread Prasad, Ramit
any of the tutors here can help you, not just me! :-) once you provide the server code and output, people may be able to help you better. Agreed. It depends on firewalls between the two IP addresses. Also, the Linux server may have IP tables installed which might prevent access to

[Tutor] Any book to study Python

2012-03-19 Thread Yan, Xianming
Hello all, I'm a new learning to python and does not know python anything at all. Anyone can recommend a book about python to read? I prefer a paper-based book, not online book. By the way, I'm from china, I hope the book is Chinese--:)--Reading in Chinese is quicker~:) Thanks Xianming

Re: [Tutor] Any book to study Python

2012-03-19 Thread wesley chun
你好 Xianming, I have a book -- *Python 核 心 编 程 (第二版)* -- that is for people who already program but want to learn Python. It is available in China from at least 3 online stores: http://www.china-pub.com/39969 http://www.amazon.cn/dp/bkbk835890 http://mall.sina.com.cn/product_1749023.htm In the

Re: [Tutor] Any book to study Python

2012-03-19 Thread Alan Gauld
On 19/03/12 07:38, Yan, Xianming wrote: Hello all, I'm a new learning to python and does not know python anything at all. Anyone can recommend a book about python to read? I prefer a paper-based book, not online book. By the way, I'm from china, I hope the book is Chinese--:)--Reading in

[Tutor] Any book to study Python

2012-03-19 Thread Yan, Xianming
I'm following http://docs.python.org/tutorial/interpreter.html to type in the first script into python. According to the link, I typed below: the_world_is_flat = 1 if the_world_is_flat: ... print Be careful not to fall off! Then I get below output: File stdin, line1 Print dd ^

Re: [Tutor] Any book to study Python

2012-03-19 Thread Brian van den Broek
On 19 Mar 2012 11:42, Yan, Xianming xianming@intercallapac.com wrote: I'm following http://docs.python.org/tutorial/interpreter.html to type in the first script into python. According to the link, I typed below: the_world_is_flat = 1 if the_world_is_flat: ... print Be careful not

Re: [Tutor] Any book to study Python

2012-03-19 Thread Russel Winder
Xianming, On Mon, 2012-03-19 at 18:38 +1100, Yan, Xianming wrote: Hello all, I'm a new learning to python and does not know python anything at all. Anyone can recommend a book about python to read? I prefer a paper-based book, not online book. By the way, I'm from china, I hope the