In article <35833d36-2fdc-4ed8-8142-604af3c88...@k6g2000yqn.googlegroups.com>,
Shailen  <shailen.t...@gmail.com> wrote:
>
>Is there any Python module that helps with US and foreign zip-code
>lookups? I'm thinking of something that provides basic mappings of zip
>to cities, city to zips, etc. Since this kind of information is so
>often used for basic user-registration, I'm assuming functionality of
>this sort must be available for Python. Any suggestions will be much
>appreciated.

There's no module; you have to purchase the information and then massage
it yourself.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"I saw `cout' being shifted "Hello world" times to the left and stopped
right there."  --Steve Gonedes
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to