Re: [Tutor] Pickles and Shelves Concept

2019-06-08 Thread Gursimran Maken
Thank you all for explaining me the above concept. On Sat, Jun 8, 2019 at 5:27 PM Alan Gauld via Tutor wrote: > On 08/06/2019 01:02, Alan Gauld via Tutor wrote: > > > keys to your data and then restore it in any sequence, or > > only restore some of it, you can. > > Apologies for the Yoda-speak

[Tutor] regular expression query

2019-06-08 Thread mhysnm1964
Hello all, Windows 10 OS, Python 3.6 I have a couple of queries in relation to extracting content using regular expressions. I understand the pattern chars (.?*+), Meta-chars \d, \D, \W, \W and so on. The class structure [.]. The group I believe I understand (.). The repeat feature {m,n}.

Re: [Tutor] Pickles and Shelves Concept

2019-06-08 Thread Alan Gauld via Tutor
On 08/06/2019 01:02, Alan Gauld via Tutor wrote: > keys to your data and then restore it in any sequence, or > only restore some of it, you can. Apologies for the Yoda-speak at the end! A bit of editing that didn't quite work out as intended... -- Alan G Author of the Learn to Program web site