Kev,
Geopy is pretty cool:
http://exogen.case.edu/projects/geopy/
On Wed, 30 May 2007, Bell, Kevin wrote:
> I see that the weapon of choice for google maps is javascript... Is
> there anything for python?
>
>
>
> Kev
>
>
--
http://mail.python.org/mailman/listinfo/python-list
Justin,
Wow! I thought there might be a 'simple' way! thanks so much, you've given
me a lot to chew on.
Jon
__
J.J. Crump
Dept. of History 353560
University of Washington
Seattle, WA. 98195
On Wed, 11 Apr 2007, Justin Ezequiel wrote:
> On Apr 12, 4:15 am, Jon Crump
Hello world,
Is it possible to feed findAll() a list of tags WITH attributes? This
psuedocode obviously doesn't work, but it reflects what I want to do:
soup.findAll([('td', {'class':'foobar'}), ('li', {'class':'baz'}), ('a',
{'name' : re.compile('^it.*$')})])
Any clues, examples, or suggestio