On 5/19/2021 2:57 PM, Terry Reedy wrote:
can you verify that the Algorithm chapter (near end in 2nd ed.) does
*NOT* have an introduction by Tim Peters?
(Info needed to verify timeit doc correction
https://github.com/python/cpython/pull/21744)
Thank you to 2 respondents. I have gone ahead with
On 2021-05-19, Terry Reedy wrote:
> can you verify that the Algorithm chapter (near end in 2nd ed.) does
> *NOT* have an introduction by Tim Peters?
> (Info needed to verify timeit doc correction
> https://github.com/python/cpython/pull/21744)
Preface .. xi
1.Data Structure adn Algorithms...
On Thu, May 20, 2021 at 3:48 PM Terry Reedy wrote:
>
> On 5/20/2021 1:14 PM, boB Stepp wrote:
> > On Thu, May 20, 2021 at 11:43 AM Terry Reedy wrote:
> >>
> >> can you verify that the Algorithm chapter (near end in 2nd ed.) does
> >> *NOT* have an introduction by Tim Peters?
> >> (Info needed to
On 5/20/2021 1:14 PM, boB Stepp wrote:
On Thu, May 20, 2021 at 11:43 AM Terry Reedy wrote:
can you verify that the Algorithm chapter (near end in 2nd ed.) does
*NOT* have an introduction by Tim Peters?
(Info needed to verify timeit doc correction
https://github.com/python/cpython/pull/21744)
On Thu, May 20, 2021 at 11:43 AM Terry Reedy wrote:
>
> can you verify that the Algorithm chapter (near end in 2nd ed.) does
> *NOT* have an introduction by Tim Peters?
> (Info needed to verify timeit doc correction
> https://github.com/python/cpython/pull/21744)
In my 3rd edition copy chapter 1
can you verify that the Algorithm chapter (near end in 2nd ed.) does
*NOT* have an introduction by Tim Peters?
(Info needed to verify timeit doc correction
https://github.com/python/cpython/pull/21744)
--
Terry Jan Reedy
--
https://mail.python.org/mailman/listinfo/python-list
On 28 Jul., 18:55, Trent Mick <[EMAIL PROTECTED]> wrote:
> Nick Craig-Wood wrote:
> > Trent Mick <[EMAIL PROTECTED]> wrote:
> >> I happy to announce that ActiveState Code has been taken out of beta.
> >> This is the new site replacing the ASPN Cookbooks --
Nick Craig-Wood wrote:
Trent Mick <[EMAIL PROTECTED]> wrote:
I happy to announce that ActiveState Code has been taken out of beta.
This is the new site replacing the ASPN Cookbooks -- in particular the
Python Cookbook.
http://code.activestate.com/
Looks great and much faste
Trent Mick <[EMAIL PROTECTED]> wrote:
> I happy to announce that ActiveState Code has been taken out of beta.
> This is the new site replacing the ASPN Cookbooks -- in particular the
> Python Cookbook.
>
> http://code.activestate.com/
Looks great and much faster tha
Peter Otten wrote:
Thin Myrna wrote:
The old cookbook offered choices by category. Did you drop that feature?
Looks like categories have become tags:
http://code.activestate.com/recipes/tags/
Yes, that is correct. I should document the tag names to category
mapping that I've used (mostly
Thin Myrna wrote:
> The old cookbook offered choices by category. Did you drop that feature?
Looks like categories have become tags:
http://code.activestate.com/recipes/tags/
Peter
--
http://mail.python.org/mailman/listinfo/python-list
Trent Mick wrote:
> Stef Mientki wrote:
>> one small remark,
>> If I want to browse 200 recipes, at 10 per page
>> ... please make something like 100 available per page,
>> are internet is fast enough nowadays.
>
> Touche. Done:
>
>http://code.activestate.com/recipes/?paginate_by=100
>
Stef Mientki wrote:
one small remark,
If I want to browse 200 recipes, at 10 per page
... please make something like 100 available per page,
are internet is fast enough nowadays.
Touche. Done:
http://code.activestate.com/recipes/?paginate_by=100
Cheers,
Trent
--
Trent Mick
trentm at
hi Mike,
nice job, I just took a quick look,
Trent Mick wrote:
The Python Cookbook is by far the most popular of the ASPN Cookbooks,
so I wanted to get the Python community's feedback on the new site.
What do you think? What works? What doesn't? I'll try to answer
feedback
Steve Holden <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> Alex Popescu wrote:
>> Alex Popescu <[EMAIL PROTECTED]> wrote in
>> news:[EMAIL PROTECTED]:
>>
>>> "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in
>>> news:[EMAIL PROTECTED]:
>>>
>
> [snip...]
>
> If, that is, "work" means "R
Alex Popescu a écrit :
> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote in
> news:[EMAIL PROTECTED]:
>
>> Alex Popescu a écrit :
>
>> [snip...]
>>
>>
>> I don't have the book, so if you don't post the code, I just give up
>> trying to guess what the problem can be.
>
> I've sent the original co
Bruno Desthuilliers <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> Alex Popescu a écrit :
>
> [snip...]
>
>
> I don't have the book, so if you don't post the code, I just give up
> trying to guess what the problem can be.
I've sent the original code and 2 different variants a long tim
Alex Popescu a écrit :
> Hi all!
>
> I was reading through Python Cookbook the Singleton recipe. At this moment
> I am a bit puzzled as the example in the book is not working resulting in:
>
> TypeError: type.__new__(SingleSpam): SingleSpam is not a subtype of type
>
>
Alex Popescu wrote:
> Alex Popescu <[EMAIL PROTECTED]> wrote in
> news:[EMAIL PROTECTED]:
>
>> "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in
>> news:[EMAIL PROTECTED]:
>>
>>> Alex Popescu schrieb:
>>>> Hi all!
>>
* Alex Popescu <[EMAIL PROTECTED]> [2007-07-25 21:30:14]:
> TypeError: type.__new__(SingleSpam): SingleSpam is not a subtype of type
That's hardly helpful. All I can think about is, SingleSpam is a class and you
have to defined the Class in your program, or it could be something else also.
> (I
Alex Popescu <[EMAIL PROTECTED]> writes:
> Hi all!
>
> I was reading through Python Cookbook the Singleton recipe. At this moment
> I am a bit puzzled as the example in the book is not working resulting in:
>
> TypeError: type.__new__(SingleSpam): SingleSpam is not a
"Diez B. Roggisch" <[EMAIL PROTECTED]> writes:
[...]
> AFAIK the cookbook is completely found online at ASPN. So no sweat
> publishing it here.
[...]
No: the book-form cookbook is edited, and has extra text.
I believe the recipes are under a BSD-style license, though.
John
--
http://mail.pytho
Alex Popescu <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in
> news:[EMAIL PROTECTED]:
>
>> Alex Popescu schrieb:
>>> Hi all!
>>>
>>> I was reading through Python Cookbook th
"Diez B. Roggisch" <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> Alex Popescu schrieb:
>> Hi all!
>>
>> I was reading through Python Cookbook the Singleton recipe. At this
>> moment I am a bit puzzled as the example in the book is not worki
Alex Popescu schrieb:
> Hi all!
>
> I was reading through Python Cookbook the Singleton recipe. At this moment
> I am a bit puzzled as the example in the book is not working resulting in:
>
> TypeError: type.__new__(SingleSpam): SingleSpam is not a subtype of type
>
>
Hi all!
I was reading through Python Cookbook the Singleton recipe. At this moment
I am a bit puzzled as the example in the book is not working resulting in:
TypeError: type.__new__(SingleSpam): SingleSpam is not a subtype of type
(I haven't presented the original code as I am not sure
Daniel Mark schrieb:
> Hello all:
>
> I follow the following tutorial
>
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/108598
> Description:
> script for making executables with py2exe
> ##
> from distutils.core import setup
> import sys, os, py2exe
>
> name = sys.argv[1]
Hello all:
I follow the following tutorial
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/108598
Description:
script for making executables with py2exe
##
from distutils.core import setup
import sys, os, py2exe
name = sys.argv[1]
sys.argv[1] = 'py2exe'
sys.path.append(os.pat
ditor will present
a discussion of zpkg, the Zope Packaging Tools (http://
www.zope.org/Members/fdrake/zpkgtools/).
- Gary Poster, Zope Corp Senior Software Engineer, will present a brief
review of the second edition of the O'Reilly Python Cookbook
(http://www.oreilly.com/catalog/pythoncook
TechBookReport (http://www.techbookreport.com) has just published a
review of the Python Cookbook. This is an extract from the full review:
We're big fans of cookbooks here at TechBookReport, whether its Java,
XSLT or Linux, they're a great way of pulling together lots of useful
s
Python.
+1.
The Python Cookbook is really great, and being included in the
contributors, even if for a little tiny idea that got heavily
refactored, feels wonderful. I'm really grateful to the python community.
--
Ciao,
Matteo
--
http://mail.python.org/mailman/listinfo/python-list
Robert Kern <[EMAIL PROTECTED]> writes:
> So yeah, buy it.
Seconded. My copy arrived from ORA yesterday and I'm still giddy with
delight. Even if you have the first edition, the second includes a lot
of recipes that leverage or demonstrate the new features in 2.3 and
2.4.
Nick
--
# sigmask
tions in the
> book. This is likely its only shortcoming!
>
> -- robin
I have found the site http://aspn.activestate.com/ASPN/Python/Cookbook/
, which has the code for 1142 recipes, with the names of authors
listed.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
>I emailed the O'Reilly webmaster, and the table of contents are now
>online at http://www.oreilly.com/catalog/pythoncook2/toc.html and also
>listed below.
Unfortunately there is no list of authors for the sections in the
book. This is likely its only shortcoming!
-- rob
Cameron Laird wrote:
>IT'S IN THERE. The answer to all questions--well, to
>surprisingly many questions--is in the Second Edition.
>Even questions about the Second Edition itself are
>answered therein. So, the summary: if in doubt, as-
>sume that the Second Edition has what you want.
It even
RickMuller wrote:
I had a question about the second edition of the Python Cookbook. I own
and have thoroughly enjoyed the first edition of the Python Cookbook.
How much of the second edition is new? Is this "essential reading" if I
already have the first edition? I realize that the
I had a question about the second edition of the Python Cookbook. I own
and have thoroughly enjoyed the first edition of the Python Cookbook.
How much of the second edition is new? Is this "essential reading" if I
already have the first edition? I realize that there are new sections
tha
I want to just second this comment by Heike. I received my copy of the
2nd Edition from O'Reilly on Friday. I am still working my way slowly
through the first chapter on Text, and I am nearing the end of that
chapter.
I intend to work my way through sequentially, because I can't think of
a better
Hi all!
I've received my copy of the Python Cookbook two days ago, and just thought
that I might independently commend all you editors and recipe designers out
there to an excellent book! I've thoroughly enjoyed reading the introductions
in each chapter, and although I've been
[EMAIL PROTECTED] wrote:
> Premshree Pillai wrote:
> > There's an index here:
> http://harvestman.freezope.org/cookbook/creds.html
>
> That lists the authors. Where is a list of the recipes?
I emailed the O'Reilly webmaster, and the table of contents are now
online at http://www.oreilly.com/catalo
[Fuzzyman]
> Three of my recipes are in - but one has been merged with someone elses
> and improved beyond all recognition :-)
Gets my vote for QOTW quote of the week.
The comment captures the spirit of the cookbook and highlights the benefits of
the process (public review, reader comments, compe
Premshree Pillai wrote:
> There's an index here:
http://harvestman.freezope.org/cookbook/creds.html
That lists the authors. Where is a list of the recipes?
--
http://mail.python.org/mailman/listinfo/python-list
Premshree Pillai wrote:
> There's an index here:
http://harvestman.freezope.org/cookbook/creds.html
>
> But dunno if all the recipes were finally included. Maybe somebody
> (Alex?) can confirm?
>
>
[snip..]
Well - my copy just arrived :-)
Three of my recipes are in - but one has been merged with
In article <[EMAIL PROTECTED]>,
Trent Mick <[EMAIL PROTECTED]> wrote:
>> > I don't have my copy yet. Can you give any guidance on how the 2'nd
>> > edition compares to the 1'st edition?
>
>Here is an excerpt from the preface (typing errors are mine):
>
>If you already own the first edition, yo
uthor index for the new version of the
> > Python cookbook? As a contributor I got my comp version
> > delivered today and my ego wanted some gratification.
> > I couldn't find my entries.
> >
> > Andrew
> >
Andrew Dalke wrote:
> Is there an author index for the new version of the
> Python cookbook? As a contributor I got my comp version
> delivered today and my ego wanted some gratification.
> I couldn't find my entries.
>
>
Yes mentioned on Page 25, recipe 1.11.
It may not be the context you were expecting, but it's your name.
--
http://mail.python.org/mailman/listinfo/python-list
Cappy2112 wrote:
I'm pretty sure I saw your name in one of the recipes for the new book.
Why not email Oreilly
Jonathan Gennick might be interested in pointing people at that
information. Unfortunately for reasons oo tedious to detail I can't mail
him directly right now, but I know he's emailed t
I'm pretty sure I saw your name in one of the recipes for the new book.
Why not email Oreilly
--
http://mail.python.org/mailman/listinfo/python-list
"Will McGugan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is the second edition of the Python Cookbook worth getting if you have
> the first edition? How much new material is there in the 2nd edition?
>From Page xx: 146 old, 192 new, 338 total. 1.52
Is there an author index for the new version of the
Python cookbook? As a contributor I got my comp version
delivered today and my ego wanted some gratification.
I couldn't find my entries.
Andrew
[EMAIL PROTECTED]
--
> > I don't have my copy yet. Can you give any guidance on how the 2'nd
> > edition compares to the 1'st edition?
Here is an excerpt from the preface (typing errors are mine):
If you already own the first edition, you may be wondering whether
you need this second edition, too. We think th
seems to be 250+
> pages bigger than the 1'st Ed. How much of the book is new, and does it
> use the same chapter headings?
> Ron Stephens
>
> Someone else asked a similar questiosn in another thread, I copy it
> here..
>
> ""Is the second edition of the Python
Will> Is the second edition of the Python Cookbook worth getting if you
Will> have the first edition? How much new material is there in the 2nd
Will> edition?
While I have dived into it yet, I received a copy from O'Reilly last week.
It's about twice the size o
Someone else asked a similar questiosn in another thread, I copy it
here..
""Is the second edition of the Python Cookbook worth getting if you
have
the first edition? How much new material is there in the 2nd edition?
Thanks,
Will McGugan ""
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> See http://www.oreilly.com/catalog/pythoncook2/index.html
>
> I don't see it on Amazon yet, but you can order it from O'Reilly.
>
> Ron Stephens
> www.awaretek.com
>
I received my copy on Friday (because I was a contributor).
I wanted to thank Alex, Anna, and David fo
Hi,
Is the second edition of the Python Cookbook worth getting if you have
the first edition? How much new material is there in the 2nd edition?
Thanks,
Will McGugan
--
http://mail.python.org/mailman/listinfo/python-list
See http://www.oreilly.com/catalog/pythoncook2/index.html
I don't see it on Amazon yet, but you can order it from O'Reilly.
Ron Stephens
www.awaretek.com
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 21 Dec 2004 14:54:23 +0100, emami <[EMAIL PROTECTED]> wrote:
>L.S.,
>
>I have heard that Python cookbook is free! Could somebody tell me where
>I can find it?
>
>[...]
You mean, the whole cookbook as chm archive?
It was published first, but then removed a
"emami" <[EMAIL PROTECTED]> wrote:
> I have heard that Python cookbook is free!
http://aspn.activestate.com/ASPN/Python/Cookbook/
> Could somebody tell me where I can find it?
google?
--
http://mail.python.org/mailman/listinfo/python-list
emami wrote:
L.S.,
I have heard that Python cookbook is free! Could somebody tell me where
I can find it?
In your stocking this Christmas, I hope, otherwise you'll probably have
to pay for the printed version.
The recipes are extracted from the ActiveState web site, however - see
L.S.,
I have heard that Python cookbook is free! Could somebody tell me where
I can find it?
The second one is that I am busy to translate some "csh/bash" scripts to
Python script. Where can I find a good reference to do easy this work?
with regards,
Nader
--
http://mail.python.o
62 matches
Mail list logo