Re: Learning Python in a group

2008-06-22 Thread Satya Kiran
You can count me in too.I've been into python for sometime now.
I agree that a collaborative learning makes it fun and helps you reach
your goal faster.
--
http://mail.python.org/mailman/listinfo/python-list


Re: Python proficiency test

2006-07-23 Thread Satya Kiran
I managed to take the test,though not it's entirety.
I am still far being proficient in Python,but I really liked the
thought-provoking questions in there.
thanks so much.


Kiran Satya


On 7/23/06, Ian Parker [EMAIL PROTECTED] wrote:
 In message [EMAIL PROTECTED], Richard
 Jones [EMAIL PROTECTED] writes
 Kent Johnson wrote:
  I recently helped create an on-line Python proficiency test. The
  publisher of the test is looking for beta testers to try the test and
  give feedback. If you are interested, here is an announcement from the
  publisher:
 
 Had a look. In between my browser blocking a popup on every page and the
 registration asking far more details that I felt necessary, I stopped
 before looking at the actual test.
 
 
 Richard
 

 Likewise, I wanted to see a sample test (for any subject) but couldn't
 do that without a long-winded registration procedure.

 Regards

 Ian
 --
 Ian Parker
 --
 http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list


Configuring IDLE on Linux

2006-07-13 Thread Satya Kiran
Hello,
I have upgraded to Python2.4 on my Red Hat 9.0 Linux box.
I want to work with IDLE and ran a search to check it's presence.
 Here is what I get.

[EMAIL PROTECTED] bin]# find / -iname idlelib
/usr/local/lib/python2.4/idlelib

[EMAIL PROTECTED] bin]# cd /usr/local/lib/python2.4/idlelib
[EMAIL PROTECTED] idlelib]# python PyShell.py
** IDLE can't import Tkinter.  Your Python may not be configured for Tk. **

How do I resolve this and get IDLE working?

thanks in advance,
Kiran Satya
-- 
http://mail.python.org/mailman/listinfo/python-list


multiple raw_inputs

2005-11-24 Thread Satya Kiran
Hi there!

I m a python newbie,infact,I m a newbie to programming and I was suggested it was a good idea to start it with python.

I was trying a program which needs three integers from the user.I got it by using raw_input thrice.
Is there a better way(s) to do it?
Can a user be prompted thrice with a single raw_input and something additional?


thanks in advance,

Kiran Saty
-- 
http://mail.python.org/mailman/listinfo/python-list