Is there a way to install the python documentation that would make it available as if it was a manpage? (I know you can download the sourcefiles for the documentation and re
I don't if this is what you wanted but you everything you can do in IDLE you can do on the command line. Example:
C:>python >>help(print()) >>help(plt.plot())
This way you can access documentation