I am running a web application on Google App Engine, so I'm restricted to using Python only. I want to:
1) Run a proximity search for a query using only my data
2) Process the returned data using my own proprietary filters
Is this possible with Python / Bing Maps API?