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")
On Mon, Jun 15, 2015 at 02:13:04AM +0200, Laura Creighton wrote:
> In a message of Sun, 14 Jun 2015 15:50:38 -0700, Alex Kleider writes:
> >On 2015-06-14 12:36, Hilton Fernandes wrote:
> >> Hello, Alex !
> >>
> >> I believe that maybe in the page
> >> https://docs.python.org/3/download.html
> >
>
On 2015-06-14 17:13, Laura Creighton wrote:
In a message of Sun, 14 Jun 2015 15:50:38 -0700, Alex Kleider writes:
On 2015-06-14 12:36, Hilton Fernandes wrote:
Hello, Alex !
I believe that maybe in the page
https://docs.python.org/3/download.html
Thank you Hilton, Laura and Peter for pointing
In a message of Sun, 14 Jun 2015 15:50:38 -0700, Alex Kleider writes:
>On 2015-06-14 12:36, Hilton Fernandes wrote:
>> Hello, Alex !
>>
>> I believe that maybe in the page
>> https://docs.python.org/3/download.html
>
>Thank you Hilton, Laura and Peter for pointing me in the right
>direction.
>Bei
On 2015-06-14 12:36, Hilton Fernandes wrote:
Hello, Alex !
I believe that maybe in the page
https://docs.python.org/3/download.html
Thank you Hilton, Laura and Peter for pointing me in the right
direction.
Being 'off line' will no longer be such a hardship.
This is working for me
https://docs.python.org/3.3/download.html
Where do you find the broken link? That needs fixing.
Laura
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinf
Alex Kleider wrote:
> I'm using python 3.4 on an ubuntu 14.4 LTS OS and frequently find myself
> 'off line'.
> I'd like to download the standard library documentation to have at hand
> on my hard drive.
> I tried
> prompt> wget -r https://docs.python.org/3/library/index.html
> but links appear to
Hello, Alex !
I believe that maybe in the page
https://docs.python.org/3/download.html
you will find what you're looking for.
All the best,
Hilton
On Sun, Jun 14, 2015 at 3:56 PM, Alex Kleider wrote:
> I'm using python 3.4 on an ubuntu 14.4 LTS OS and frequently find myself
> 'off line'.
> I'
I'm using python 3.4 on an ubuntu 14.4 LTS OS and frequently find myself
'off line'.
I'd like to download the standard library documentation to have at hand
on my hard drive.
I tried
prompt> wget -r https://docs.python.org/3/library/index.html
but links appear to be broken.
I'd be grateful for a