Re: [Tutor] 'word jumble' game

2007-04-17 Thread Alexander Kapshuk
Hello Everyone, This is Alexander Kapshuk writing here again ... Could you please have a look at the code below and let me know of any shortcuts that could be used there. The code works fine as it is. I was just wandering if there was a better, more compact and elegant way of writing

Re: [Tutor] can python run under windows 95?

2007-05-06 Thread Alexander Kapshuk
g Python 2.5 on it, but got a message saying that the installation file could not be unpacked. What could the problem be? Thanking you all in advance and looking forward to hearing from you, Alexander Kapshuk. ___ Tutor maillist - Tutor@

Re: [Tutor] problems with running IDLE under Windows 95

2007-05-09 Thread Alexander Kapshuk
ce and looking forward to hearing from those of you who may have an answer. Regards, Alexander Kapshuk ISD Education Office ICQ#295-121-606 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] IDLE running fine now under Windows 95:-)

2007-05-10 Thread Alexander Kapshuk
ng much ado about nothing:-). Thank you all once again. Regards, Alexander Kapshuk ISD Education Office ICQ#295-121-606 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] software modeling tools used with Python

2007-06-04 Thread Alexander Kapshuk
Dear Python Community, I was just wondering about what software modelling tools are normally used to design Python programs. I have heard of Star UML. Has anyone used it to design their programs? What else is available out there? Thanking you all in advance. Alexander Kapshuk

Re: [Tutor] software modeling tools used with Python

2007-06-04 Thread Alexander Kapshuk
seudo-coding them on a piece of paper. How do you design your programs? Regards, Alexander Kapshuk ISD Education Office ICQ#295-121-606 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] software modeling tools used with Python

2007-06-04 Thread Alexander Kapshuk
Thanks a lot Danny. Will definitely look into those things. Regards, Alexander Kapshuk ISD Education Office ICQ#295-121-606 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] software modeling tools used with Python

2007-06-05 Thread Alexander Kapshuk
Thanks, Alan. The whole situation is clear as day now. Alexander Kapshuk ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] python query

2007-01-16 Thread Alexander Kapshuk
Dear All, My name is Alexander Kapshuk. I'm interested in learning to program in Python. I have very little programming experience. I've learnt some basics of programming with Logo. I've downloaded Python 2.5 for Windows XP Professional. I would appreciate any advic

Re: [Tutor] breaking the 'while' loop

2007-03-20 Thread Alexander Kapshuk
g after attempt No 5. I would appreciate being explained what I am doing wrong. Regards, Alexander Kapshuk guess_my_number.py Description: guess_my_number.py ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] guess my number game

2007-03-27 Thread Alexander Kapshuk
took you", tries " tries!\n" else: print "Keep on trying!" tries += 1 raw_input("\n\nPress the enter key to exit.") Thanking you all in advance. Alexander Kapshuk ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor