Is there any place where you can find a complete list of python commands?
I have googled and skimed through the tutorial and I can't find any place where I can find a complete list of python commands and examples on how to use them?
If there isn't one I suggest that we make one!
We create a wiki where anyone can post a command and an example to go with it!
For example:
LIST OF COMMANDS IN PYTHON
1.) print
Used to display text
Example: print "hello world"
Result: hello world
Any ideas on how to do this? Comments? Opinions?