Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61500 > unrolled thread

Re: Movie (MPAA) ratings and Python?

Started byBen Finney <ben+python@benfinney.id.au>
First post2013-12-11 07:26 +1100
Last post2013-12-11 07:26 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Movie (MPAA) ratings and Python? Ben Finney <ben+python@benfinney.id.au> - 2013-12-11 07:26 +1100

#61500 — Re: Movie (MPAA) ratings and Python?

FromBen Finney <ben+python@benfinney.id.au>
Date2013-12-11 07:26 +1100
SubjectRe: Movie (MPAA) ratings and Python?
Message-ID<mailman.3848.1386707205.18130.python-list@python.org>
Dan Stromberg <drsalists@gmail.com> writes:

> On Mon, Dec 9, 2013 at 10:40 PM, Ben Finney <ben+python@benfinney.id.au>wrote:
> > What information would you want access to? Why would a library
> > (rather than, say, a short set of strings) be needed?
> >
> 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?

Is this information held specifically by the MPAA? If so, where is it
online, and how do the MPAA make it available publicly? These are
questions to answer prior to asking about Python libraries.

Before asking “how do I use Python for this job?”, you need to help us
understand what “this job” is.

-- 
 \             “For your convenience we recommend courteous, efficient |
  `\                            self-service.” —supermarket, Hong Kong |
_o__)                                                                  |
Ben Finney

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web