Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61506
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <torriem+gmail@torriefamily.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.029 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'part,': 0.09; 'strings.': 0.09; 'accesses': 0.16; 'finney': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'thread,': 0.16; 'wrote:': 0.18; 'library': 0.18; 'pointed': 0.19; 'seems': 0.21; 'header:User-Agent:1': 0.23; 'tells': 0.24; 'this:': 0.26; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'subject:) ': 0.29; "doesn't": 0.30; 'to?': 0.30; "i'm": 0.30; 'code': 0.31; 'comments': 0.31; 'actual': 0.34; 'subject: (': 0.35; "he's": 0.36; 'subject:?': 0.36; 'so,': 0.37; 'requirements': 0.37; 'message-id:@gmail.com': 0.38; 'ben': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'short': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; "you've": 0.63; 'movie': 0.65; 'here': 0.66; 'believe': 0.68; 'receive': 0.70; 'subject:Movie': 0.84 |
| X-Virus-Scanned | amavisd-new at torriefamily.org |
| Date | Tue, 10 Dec 2013 16:02:51 -0700 |
| From | Michael Torrie <torriem@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Movie (MPAA) ratings and Python? |
| References | <CAGGBd_pn4Mv8R0QuueG093YR82a3+EM2Sy+mF5d1aJ1D25yoeA@mail.gmail.com> <7wk3fdmcna.fsf@benfinney.id.au> <CAGGBd_qqJue5Wd7NVJQb58XJekuszEm0K1rhOWjdnxzWkebTAw@mail.gmail.com> <7wfvq0mozs.fsf@benfinney.id.au> |
| In-Reply-To | <7wfvq0mozs.fsf@benfinney.id.au> |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3853.1386716612.18130.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1386716612 news.xs4all.nl 2865 [2001:888:2000:d::a6]:40054 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:61506 |
Show key headers only | View raw
On 12/10/2013 01:26 PM, Ben Finney wrote: >> Movie ratings. EG G, PG, PG-13, etc. > > That tells me only that you want short strings. Based on what you've > said so far, your requirements can be met with code like this: > > movie_ratings = ["G", "PG", "PG-13", …] > > which doesn't need a library to access. > > So, I ask again: What data do you want access to? Can you describe what > you want your program to receive when it accesses movie ratings? I'm not sure whether there's actual confusion here on your part, or deliberate obtuseness. From the other comments on this thread, it seems some people at least understand what he wants to do and I believe he's been pointed in the right direction.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Movie (MPAA) ratings and Python? Michael Torrie <torriem@gmail.com> - 2013-12-10 16:02 -0700
csiph-web