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

Re: [Tutor] Any book to study Python

2012-03-28 Thread Leam Hall
On 03/28/2012 02:40 PM, wesley chun wrote: hi xianming, 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. best regards, -- wesley Agreed. It depends on firewalls between the two IP addresses. Also, th

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 hop

Re: [Tutor] Any book to study Python

2012-03-19 Thread Brian van den Broek
On 19 Mar 2012 11:42, "Yan, Xianming" 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 to fall off!"

[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 "", line1 Print "dd"

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 Chin

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 A

[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 _