Re: [Tutor] regexp

2011-11-06 Thread Dinara Vakhitova
Dear Terry, Thank you for your advise, I'll try to implement it. D. 2011/11/6 Terry Carroll > On Sat, 5 Nov 2011, Dinara Vakhitova wrote: > > I need to find the words in a corpus, which letters are in the >> alphabetical >> order ("almost", "

Re: [Tutor] regexp

2011-11-05 Thread Dinara Vakhitova
Oh, sorry, of course it should be without brackets: 'a*b*c*...' > [a*b*c*d*...x*y*z*] 2011/11/5 Dinara Vakhitova > Steven, Walter, Dave, Peter and Albert, > > First of all, thank you very much for your suggestions, I appreciate a lot > your help. I would only like to

Re: [Tutor] regexp

2011-11-05 Thread Dinara Vakhitova
Steven, Walter, Dave, Peter and Albert, First of all, thank you very much for your suggestions, I appreciate a lot your help. I would only like to mention that I would have never asked something to be done for me just because it's my homework, I posted this question only because I couldn't find a

Re: [Tutor] regexp

2011-11-04 Thread Dinara Vakhitova
return True else: return False else: return False the only problem is that this regex doesn´t work and this case is not specified in the Python documentation... Excuse me for disturbing you. 2011/11/5 Steven D'Aprano > Dinara Vakhitova wrote: >

Re: [Tutor] regexp

2011-11-04 Thread Dinara Vakhitova
Thank you for your answer, Steven. Of course it would have been easier to write this function, but unfortunately my task is to do it with a regular expression :( D. 2011/11/5 Steven D'Aprano > Dinara Vakhitova wrote: > >> Hello, >> >> I need to find the words in a

[Tutor] regexp

2011-11-04 Thread Dinara Vakhitova
t work, it's matching any sequence of two letters. I can't figure out why... Evidently I can't refer to a group like this, can I? But how in this case can I achieve what I need? Thank you. -- *Yours faithfully, Dinara Vakhitova* ___ Tutor mail

Re: [Tutor] cmd window

2011-09-13 Thread Dinara Vakhitova
Thank you, Ramit and thank you, Alan! I have so many tutorials around me that I'm a little bit lost in the materials! Now I'll be focusing on "Learning to Program" by Alan Gauld. :) 2011/9/13 Alan Gauld > On 13/09/11 18:57, Dinara Vakhitova wrote: > >> Hell

Re: [Tutor] cmd window

2011-09-13 Thread Dinara Vakhitova
Thank you a lot, it helped! 2011/9/13 Wayne Werner > On Tue, Sep 13, 2011 at 12:57 PM, Dinara Vakhitova < > di.marvell...@gmail.com> wrote: > >> Hello, >> >> Excuse me for my stupid question, but I'm an absolute beginner in >> programming. >>

[Tutor] cmd window

2011-09-13 Thread Dinara Vakhitova
that I can't even see it. The solution must be very simple, but I can't find it in tutorials... Thank you! -- *Yours faithfully, Dinara Vakhitova* ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://