I was wondering whether Mac dictionaries (I am not sure about the format) exist for python help files? My idea is that simply using the three finger tap on the trackpad in my text editor brings up the dictionary popup and shows me the help for a python function. Wouldn’t that be great! Any idea whether something like that exists?
Share
If you’re looking for context-sensitive help for Python, the PyDev plugin for Eclipse does this when you hover: