In article <[email protected]>, Shailen <[email protected]> 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 ([email protected]) <*> 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
