I have looked on the web to find a list of all Python keywords along with what they do, however I can only find the list of the keywords without an explanation of what they do. Example: http://docs.python.org/release/2.3.5/ref/keywords.html. So basically, if I want to know what a keyword does I have to look for it on the web. While this is not much trouble, I believe there must be a source somewhere where all this information has been grouped up, speeding up the keyword learning process.
So I would like to know if someone here might refer me to a website where I can find all this information.
Thanks !
Strangely enough it’s the first result on a google search for python keywords and explanations.