[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

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

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

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