locals() can let you add non-strings to your local namespace, check it out…
>>> locals().update({3:2})
>>> dir()
Traceback (most recent call last):
File “”, line 1, in
TypeError: unorderable types: int() < str()
locals() can let you add non-strings to your local namespace, check it out…
>>> locals().update({3:2})
>>> dir()
Traceback (most recent call last):
File “”, line 1, in
TypeError: unorderable types: int() < str()
After fiddling with google apps engine, I made this AJAX searcher that tells you how strongly related are 2 words, or at least how strongly related they are on the internet. Try it out:
http://word-word-search.appspot.com/