On Sun, Jun 14, 2015 at 11:56:15AM -0700, Alex Kleider wrote:
> I'm using python 3.4 on an ubuntu 14.4 LTS OS and frequently find myself 
> 'off line'.

The Python interactive interpreter comes with a powerful interactive 
help system. At the Python prompt, you can enter:

help()

help("keyword")  # e.g. "raise"

help(any_object)


to get help and documentation.


-- 
Steve
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to