Re: [Tutor] really basic - finding multiline chunk within larger chunk

2016-02-16 Thread Danny Yoo
(Ah, I see that Joel Goldstick also was able to do the search successfully; sorry about missing your message Joel!) ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] really basic - finding multiline chunk within larger chunk

2016-02-16 Thread Danny Yoo
Hi Bruce, > For some reason, can't seem to return true on the find. I've pasted in > http://fpaste.org/323521/, but the following is an example as well. > (not sure if the psuedo code listed actually shows the chunks of text > with the whitespace correctly. As others have mentioned, pattern matc

Re: [Tutor] really basic - finding multiline chunk within larger chunk

2016-02-16 Thread Peter Otten
bruce wrote: > I've got a test, where I have a chunk of text "a" and a subset of text > "s2a". the subset is multiline. > > For some reason, can't seem to return true on the find. I've pasted in > http://fpaste.org/323521/, but the following is an example as well. > (not sure if the psuedo code l

Re: [Tutor] really basic - finding multiline chunk within larger chunk

2016-02-16 Thread Joel Goldstick
On Tue, Feb 16, 2016 at 10:30 AM, bruce wrote: > Hi. > > I've got a test, where I have a chunk of text "a" and a subset of text > "s2a". the subset is multiline. > > For some reason, can't seem to return true on the find. I've pasted in > http://fpaste.org/323521/, but the following is an example

[Tutor] really basic - finding multiline chunk within larger chunk

2016-02-16 Thread bruce
Hi. I've got a test, where I have a chunk of text "a" and a subset of text "s2a". the subset is multiline. For some reason, can't seem to return true on the find. I've pasted in http://fpaste.org/323521/, but the following is an example as well. (not sure if the psuedo code listed actually shows

Re: [Tutor] asyncio or threading

2016-02-16 Thread CMG Thrissur
Thank you all, especially Danny for enlightening about "synchronous" vs "asynchronous" style. Further the groups response has helped me in my decision making, and views about using asyncio. George ___ Tutor maillist - Tutor@python.org To unsubscrib

Re: [Tutor] What do each of these functions do?

2016-02-16 Thread Alan Gauld
On 16/02/16 00:00, Tom Brodle wrote: > I have requested help related to a program before, but did not see an answer. If it was the post on Feb 4th then you got 2 answers (from Joel and myself.) > My previous programming has been with "Basic", so please give me a break. > What do the following tw