[Tutor] How can I get ASCII of 'a' and '1'?

2007-10-06 Thread
How can I get ASCII for alphabet and number, such as 'a' and '1'. I can get 
ASCII for character naturally in C but I don't how to in Python.


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] How to Practice Python?(Linpeiheng)

2007-09-30 Thread
I am learning Python. Do you know somewhere I can practice Python? I 
means some sites where have exercises I can try solving. And there should be 
standard answer or other people's answer that can be refered.


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] Re: New to Python and Linux

2007-09-26 Thread
Hi Armand, I suggest you learn Linux command line first. It is the 
basic skill in Linux world, like double-click in Windows. If you know how to 
run a program in Windows with double-click, you will understand how to run most 
program in Windows. If you know how to run a program with command line, you 
will understand how to run most program in Linux. Linux command line may be 
some more difficult than double-click, but it is worthy. You can learn Linux 
command line from here:

 http://linuxcommand.org

 


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


[Tutor] Re: New to Python and Linux

2007-09-26 Thread
Hi Armand, I suggest you learn Linux command line first. It is the 
basic skill in Linux world, like double-click in Windows. If you know how to 
run a program in Windows with double-click, you will understand how to run most 
program in Windows. If you know how to run a program with command line, you 
will understand how to run most program in Linux. Linux command line may be 
some more difficult than double-click, but it is worthy. You can learn Linux 
command line from here:

 http://linuxcommand.org

 


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] largest and smallest numbers (Linpeiheng)

2007-09-25 Thread
On Mon, 24 Sep 2007, Terry Carroll write:

My math is rusty. Is there a concept of greater than 
or largest in complex numbers on different axis? Which
is larger, 4+2i or 2+4i?

In fact, complex numbers can not compare directly. People always compare 
complex numbers with their 'model'. For example, sqrt(a**2 + b**2) is the 
'model' of a+bi.


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor