Re: [Tutor] python beginner-doubt

2013-05-15 Thread Dave Angel
Somehow, your message didn't appear here for 9 days. That's probably why you haven't seen any responses yet. On 05/06/2013 01:26 AM, subha krishna wrote: hi, i need an help in the following program i just started to learn. if speed >= 80: print 'License and registration please' Indenta

[Tutor] python beginner-doubt

2013-05-15 Thread subha krishna
hi, i need an help in the following program i just started to learn. if speed >= 80: print 'License and registration please' if mood == 'terrible' or speed >= 100: print 'You have the right to remain silent.' elif mood == 'bad' or speed >= 90: print "I'm going to have to write you a ticket." w

Re: [Tutor] Python beginner having troubles understanding word lists and character lists

2010-04-28 Thread Steven D'Aprano
On Thu, 29 Apr 2010 05:06:22 am Daniel wrote: > Hello, I'm a beginner programmer, trying to learn python. I'm > currently reading The programming Historian, > http://wiki.python.org/moin/BeginnersGuide/NonProgrammers > I stumbled into lists of words and lists of characters. I have no > explications

Re: [Tutor] Python beginner having troubles understanding word listsand character lists

2010-04-28 Thread Alan Gauld
"Daniel" wrote I stumbled into lists of words and lists of characters. I have no explications in that book for those two and I didn't found some explications on the web. aListOfWords = ['one','word','or','many'] aListOfCharacters = ['a','s','d','f'] aStringOfCharacters = 'asdf' aWord = aS

Re: [Tutor] Python beginner having troubles understanding word lists and character lists

2010-04-28 Thread Luke Paireepinart
On Wed, Apr 28, 2010 at 2:06 PM, Daniel wrote: > Hello, I'm a beginner programmer, trying to learn python. I'm currently > reading The programming > Historian,http://wiki.python.org/moin/BeginnersGuide/NonProgrammers > I stumbled into lists of words and lists of characters. I have no > explication

[Tutor] Python beginner having troubles understanding word lists and character lists

2010-04-28 Thread Daniel
Hello, I'm a beginner programmer, trying to learn python. I'm currently reading The programming Historian, http://wiki.python.org/moin/BeginnersGuide/NonProgrammers I stumbled into lists of words and lists of characters. I have no explications in that book for those two and I didn't found some expl

Re: [Tutor] python beginner

2008-07-10 Thread Alan Gauld
"Fred @ Mac" <[EMAIL PROTECTED]> wrote Of course to do all of this, it will also need an interface. I'm not too sure what you mean by an "interface"? Do you mean a user interface? It will certainly need one of those but it could be a command line UI or a text based UI or a GUI or a Web UI. Or

[Tutor] python beginner

2008-07-09 Thread Fred @ Mac
I have an external app that writes out a very basic xml files that contains data that needs to be processed. For Example, one type of job would be a simple file copy. So in the XML file there would be (among other bits of information about the job) things like CopyFiles Frank ( for who su