If you use webapp2 , the "lightweight Python web infrastructure compatible with the Google App Engines webapp", you can take advantage of the URI routing function , which includes a function uri_for()that performs reverse routing similar to Django reverse().
webapp2 is essentially a superset of webapp, so replacing it as a replacement is trivial. This is a pretty nice library.