Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61444
| Date | 2013-12-09 21:25 -0800 |
|---|---|
| Subject | Movie (MPAA) ratings and Python? |
| From | Dan Stromberg <drsalists@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3810.1386653538.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Is anyone using a module or database that gives Python 3.x access to MPAA ratings (EG G, PG, PG-13, etc.)? I explored a few of the possibilities on Pypi, a couple of web interfaces, and the IMDB flat text file with ratings and reasons for those ratings, but I've not been really impressed yet. The IMDB flat text file probably came the closest, but it appears to have encoding issues; it's apparently nearly windows-1255, but not quite. I may end up using the IMDB flat text file with binary I/O, but before I dig into this any farther, I thought I should ask here: Has someone already explored this and found a solution they were happy with? Thanks!
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Movie (MPAA) ratings and Python? Dan Stromberg <drsalists@gmail.com> - 2013-12-09 21:25 -0800
csiph-web