Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61506 > unrolled thread
| Started by | Michael Torrie <torriem@gmail.com> |
|---|---|
| First post | 2013-12-10 16:02 -0700 |
| Last post | 2013-12-10 16:02 -0700 |
| 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.
Re: Movie (MPAA) ratings and Python? Michael Torrie <torriem@gmail.com> - 2013-12-10 16:02 -0700
| From | Michael Torrie <torriem@gmail.com> |
|---|---|
| Date | 2013-12-10 16:02 -0700 |
| Subject | Re: Movie (MPAA) ratings and Python? |
| Message-ID | <mailman.3853.1386716612.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web