Movie (MPAA) ratings and Python?

Michael Torrie torriem at gmail.com
Tue Dec 10 18:02:51 EST 2013


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.



More information about the Python-list mailing list