Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85727
| References | <1423877077.197303.227364393.5C66E157@webmail.messagingengine.com> <mbn61p$227$1@ger.gmane.org> <mbnh3l$3ta$1@ger.gmane.org> <CAPM-O+y7HMcHYcBFG767CP40q6nJRa5iFCc0VGmKMd7LpgvB=A@mail.gmail.com> <mbqr64$856$1@ger.gmane.org> |
|---|---|
| Date | 2015-02-16 21:26 -0500 |
| Subject | Re: [Tutor] sql-like join on two lists or dictionaries |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18775.1424139991.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On Sun, Feb 15, 2015 at 2:14 PM, Peter Otten <__peter__@web.de> wrote: > Joel Goldstick wrote: > > > You can dispense with the slicing if you use the str.split() method. It > > will put each item in a list. > > Only if there are no whitespace chars in the field. > > OT: > > Joel, your comments are already quoted when you first post them. Something > is broken in your workflow. > > not sure about quoting.. but the op didn't seem to have spaces in each > field > _______________________________________________ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscription options: > https://mail.python.org/mailman/listinfo/tutor > -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [Tutor] sql-like join on two lists or dictionaries Joel Goldstick <joel.goldstick@gmail.com> - 2015-02-16 21:26 -0500
csiph-web