[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

ISO books of official Python docs

kj

1/9/2008 7:55:00 PM




Is it possible to buy the official Python docs in book form? If
so, I'd very much appreciate the name(s) and author(s) of the
book(s).

TIA!

kynnjo
--
NOTE: In my address everything before the first period is backwards;
and the last period, and everything after it, should be discarded.
8 Answers

gordyt

1/9/2008 8:46:00 PM

0

Howdy kynnjo,

> Is it possible to buy the official Python docs in book form? If
> so, I'd very much appreciate the name(s) and author(s) of the
> book(s).

I haven't seen them in print form, but you can download PDF's from
here:

http://docs.python.org/dow...

--gordy

Doug Morse

1/9/2008 8:48:00 PM

0

Several of the O'Reilly & Assoc. books -- such as Python in a Nutshell, The
Python Standard Library, etc -- are in large part reproductions of the
official docs and references. So, while not exactly what you asked for, the
ORA books might be a viable alternative if what you want isn't available.


On Wed, 9 Jan 2008 19:55:10 +0000 (UTC), kj <socyl@987jk.com.invalid> wrote:
>
>
>
> Is it possible to buy the official Python docs in book form? If
> so, I'd very much appreciate the name(s) and author(s) of the
> book(s).
>
> TIA!
>
> kynnjo

Fredrik Lundh

1/9/2008 9:00:00 PM

0

Doug Morse wrote:

> Several of the O'Reilly & Assoc. books -- such as Python in a Nutshell, The
> Python Standard Library, etc -- are in large part reproductions of the
> official docs and references.

if you're using "reproduction" to mean "copy", I think you owe both me
and Alex a big apology.

</F>

Doug Morse

1/9/2008 9:10:00 PM

0

Hi Fredrik,

I'm terribly confused. You want me to apologize for recommending that someone
buy your books? To apologize for noting that they are a quality reference
sources for Python?

Doug


On Wed, 09 Jan 2008 21:59:34 +0100, Fredrik Lundh <fredrik@pythonware.com>
wrote:
> Doug Morse wrote:
>
> > Several of the O'Reilly & Assoc. books -- such as Python in a Nutshell, The
> > Python Standard Library, etc -- are in large part reproductions of the
> > official docs and references.
>
> if you're using "reproduction" to mean "copy", I think you owe both me
> and Alex a big apology.
>
> </F>

Fredrik Lundh

1/9/2008 9:25:00 PM

0

Doug Morse wrote:

> I'm terribly confused. You want me to apologize for recommending that someone
> buy your books? To apologize for noting that they are a quality reference
> sources for Python?

for implying that the material in them is copied from the python.org
handbooks. at least that's what "reproduce" means in my dictionary.

</F>

Terry Reedy

1/10/2008 3:42:00 AM

0


"Doug Morse" <morse@edoug.org> wrote in message
news:slrnfoae1t.c2f.morse@ikrg.com...
| Hi Fredrik,
|
| I'm terribly confused. You want me to apologize for recommending that
someone
| buy your books? To apologize for noting that they are a quality
reference
| sources for Python?

As a past and future technical writer, I can understand Fredrik's reaction.
Your recommendation seemed somewhat lukewarm to me ("So, while not exactly
what you asked for, the ORA books might be a viable alternative if what you
want isn't available" ) and looking back at the original, I do not see
'quality' anywhere. If someone thinks of the docs as low quality, as some
do, then labelling others' work as a reproduction would imply the same of
the reproduction.

There is a HUGH difference between a 'reproduction' and an intended-to-be
more literate and readable writing that covers the same material. (I have
not seen Fredrik's book, so I cannot comment on how well he succeeded.)

Terry Jan Reedy

| On Wed, 09 Jan 2008 21:59:34 +0100, Fredrik Lundh
<fredrik@pythonware.com>
| wrote:
| > Doug Morse wrote:
| >
| > > Several of the O'Reilly & Assoc. books -- such as Python in a
Nutshell, The
| > > Python Standard Library, etc -- are in large part reproductions of
the
| > > official docs and references.
| >
| > if you're using "reproduction" to mean "copy", I think you owe both me
| > and Alex a big apology.



kj

1/10/2008 3:23:00 PM

0

In <966c993a-2aa6-4724-852a-49d8da686675@k2g2000hse.googlegroups.com> gordyt <gordyt@gmail.com> writes:

>Howdy kynnjo,

>> Is it possible to buy the official Python docs in book form? If
>> so, I'd very much appreciate the name(s) and author(s) of the
>> book(s).

>I haven't seen them in print form, but you can download PDF's from
>here:

>http://docs.python.org/dow...

Thanks for the link. With the name of the manual on hand I was
able to find a printed version of it (ISBN: 0954161785). A mere
144 pages, and for under $15. Sweeeeet!

kynn
--
NOTE: In my address everything before the first period is backwards;
and the last period, and everything after it, should be discarded.

Mike Driscoll

1/11/2008 5:20:00 PM

0

On Jan 9, 2:59 pm, Fredrik Lundh <fred...@pythonware.com> wrote:
> Doug Morse wrote:
> > Several of the O'Reilly & Assoc. books -- such as Python in a Nutshell, The
> > Python Standard Library, etc -- are in large part reproductions of the
> > official docs and references.
>
> if you're using "reproduction" to mean "copy", I think you owe both me
> and Alex a big apology.
>
> </F>

I am a fan of your effbot blog and I've thought about buying your book
before. Can you tell me how much of it is still valid for Python 2.5
since the book was released in 2001 and written with 2.0 in mind? Are
you planning to update it at some point? It would be nice to have a
complete library reference with a good index at times.

Thank you,

Mike