python cam style docs on mac

Hi, First, thanks for this wonderful language. I am using python on my mac OSX El Capitan. Where can I find the offline help files on my mac? In windows, I see people using the offline chm. This is very useful while programming without having to browse the internet for docs each time. regards, Manikandan

 On Jul 3 2016, at 6:33 am, Manikandan Bakthavatchalam <mani.baktha@gmail.com> wrote:
Hi,
First, thanks for this wonderful language.
I am using python on my mac OSX El Capitan. Where can I find the offline help files on my mac? In windows, I see people using the offline chm. This is very useful while programming without having to browse the internet for docs each time.
regards, Manikandan
_______________________________________________ docs mailing list docs@python.org https://mail.python.org/mailman/listinfo/docs
Hi Manikandan, We're happy that you like the Python language :-) One way to have the Python documentation offline on OS X would be to go to the documentation website (docs.python.org) and then download the entire documentation (link in the sidebar on the upper left). Another way would be to download the CPython source code and build the docs locally. Hope that helps, Carol
participants (2)
-
Carol Willing
-
Manikandan Bakthavatchalam