Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python Docs. Hardcopy 2.4 Library Reference, interested?

Reply
Thread Tools

Python Docs. Hardcopy 2.4 Library Reference, interested?

 
 
Brad Clements
Guest
Posts: n/a
 
      12-08-2004
Is anyone interested in purchasing a hardcopy version of the Python 2.4
Library reference?

That is, assuming it was NOT a direct print of current html/pdf versions.

So, nicely formatted for a printed book (spiral bound probably), with
several indexes as appropriate, or perhaps a permutted index.

I'm thinking about doing this through lulu.com or cafepress, but it's going
to take a lot of work to make a really nice printed version of the library
reference from the LaTex source files (even via sgmlconv). Also wondering if
I can get bleeds from either of these sites.

So, before I waste my time. Is anyone interested in such a beast? And if so,
how much would you be willing to spend?

On demand printing still looks expensive to me.

--
Novell DeveloperNet Sysop #5

(oh gee, but no NLMs anymore )

_



 
Reply With Quote
 
 
 
 
Paul Rubin
Guest
Posts: n/a
 
      12-08-2004
"Brad Clements" <> writes:
> Is anyone interested in purchasing a hardcopy version of the Python 2.4
> Library reference?
>
> That is, assuming it was NOT a direct print of current html/pdf versions.
>
> So, nicely formatted for a printed book (spiral bound probably), with
> several indexes as appropriate, or perhaps a permutted index.
>
> I'm thinking about doing this through lulu.com or cafepress, but it's going
> to take a lot of work to make a really nice printed version of the library
> reference from the LaTex source files (even via sgmlconv). Also wondering if
> I can get bleeds from either of these sites.


I don't see any point to doing that work. The pdfs look good enough.
I have my own laser printer so I don't think I'd buy a printed copy of
the pdf's, but someone without a printer might find it worthwhile, and
I might buy it if I only had my old inkjet printer. I wouldn't pay
extra for nicer formatting though.

I haven't felt so far like I needed hardcopy (except for some Tkinter
I downloaded, where a printed copy was very helpful). What I really
want is better documentation, not nicer printing of the existing docs.
 
Reply With Quote
 
 
 
 
Jacek Generowicz
Guest
Posts: n/a
 
      12-09-2004
"Brad Clements" <> writes:

> Is anyone interested in purchasing a hardcopy version of the Python 2.4
> Library reference?
>
> That is, assuming it was NOT a direct print of current html/pdf versions.
>
> So, nicely formatted for a printed book (spiral bound probably), with
> several indexes as appropriate, or perhaps a permutted index.
>
> I'm thinking about doing this through lulu.com or cafepress, but it's going
> to take a lot of work to make a really nice printed version of the library
> reference from the LaTex source files (even via sgmlconv). Also wondering if
> I can get bleeds from either of these sites.
>
> So, before I waste my time. Is anyone interested in such a beast? And if so,
> how much would you be willing to spend?
>
> On demand printing still looks expensive to me.


Brian Gough (Network Theory Ltd.) publishes Python manuals:

http://www.network-theory.co.uk/python/

He sometimes reads this group; I've CCd him to give him a heads-up.
 
Reply With Quote
 
Brian Gough
Guest
Posts: n/a
 
      12-09-2004
"Brad Clements" <> writes:

> Is anyone interested in purchasing a hardcopy version of the Python 2.4
> Library reference?


I have one in the pipeline but I'm waiting for sales of the Python
Tutorial and Python Language Reference to justify bringing it out.

The amount of text in the library manual is huge (it requires two
volumes), which makes it more costly.

--
best regards,

Brian Gough

Network Theory Ltd,
Publishing the Python Manuals --- http://www.network-theory.co.uk/python/
 
Reply With Quote
 
Richie Hindle
Guest
Posts: n/a
 
      12-09-2004

[Brian]
> I have one in the pipeline but I'm waiting for sales of the Python
> Tutorial and Python Language Reference to justify bringing it out.


I'd be interested to know how many of these manuals you sell...? This is
only idle curiosity, and if you don't want to say then that's no problem.
(I'd briefly considered doing this myself, until I found your site.)

--
Richie Hindle


 
Reply With Quote
 
Brian Gough
Guest
Posts: n/a
 
      12-11-2004
Richie Hindle <> writes:

> I'd be interested to know how many of these manuals you sell...? This is
> only idle curiosity, and if you don't want to say then that's no problem.
> (I'd briefly considered doing this myself, until I found your site.)


I sell about 10 python manuals per month on average.

For each copy sold, $1 of the price is donated to the Python Software
Foundation. So far, that makes $341, putting us at #16 on the PSF
donors ranking (http://www.python.org/psf/donations.html).

All of the money from our sales (including other manuals) goes back
into free software and documentation, either by direct donations or by
supporting my work as a GNU maintainer.

You can find more information at the following urls,

http://www.network-theory.co.uk/python/manual/ - python tutorial
http://www.network-theory.co.uk/python/language/ - language reference
http://www.network-theory.co.uk/about.html - general company info

--
best regards

Brian Gough

Network Theory Ltd,
Publishing the Python Manuals --- http://www.network-theory.co.uk/python/
 
Reply With Quote
 
Esmail Bonakdarian
Guest
Posts: n/a
 
      12-11-2004
somewhat related .. is there a good quick reference for python?
o'reilly has a quick ref guide 2nd ed is a few years old, and
the ones i have found on-line seem a bit big. I am looking for
something relatively concise that I can carry with me ... not
sure such a thing exists?

thanks.
 
Reply With Quote
 
beliavsky@aol.com
Guest
Posts: n/a
 
      12-11-2004
O'Reilly has CD bookshelves http://cdbookshelves.oreilly.com/ ,
combining their books on a topic into a CD, for various subjects,
including Perl, but not yet for Python. I own the paper copies of
several of their Python books. A single CD containing their books

Jython Essentials
Learning Python, 2nd Edition
Programming Python, 2nd Edition
Python & XML
Python Cookbook
Python in a Nutshell
Python Pocket Reference, 2nd Edition
Python Programming on Win32
Python Standard Library

would be a great purchase, especially if upgrade prices were available
when new editions of books like "Python in a Nutshell" were released,
to keep up with changes in the language. I wonder who at O'Reilly can
be contacted to lobby for this.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Standard Library SSL Module (was: Python OpenSSL library) geremy condra Python 0 06-14-2010 09:43 PM
Standard Library SSL Module (was: Python OpenSSL library) Michael Crute Python 0 06-14-2010 07:54 PM
Hardcopy of ISO/IEC 14882:2003(E) Quality? Steven T. Hatton C++ 0 07-08-2005 10:12 AM
Online form must match hardcopy dw ASP .Net 5 11-17-2004 08:15 PM
Re: Difference between Web Control Library and Class Library Mythran ASP .Net 0 08-24-2004 05:53 PM



Advertisments