473,796 Members | 2,864 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Contributor's List

A list of contributors to Python Cookbook (Second Edition) is available
at the following links. Original list courtesy Alex Martelli.

Since the book is not yet in print, the lists are still tentative
because of potential last minute editing changes.

List of first authors
o http://harvestman.freezope.org/cookbook/credau.html

List of all authors
o http://harvestman.freezope.org/cookbook/creds.html
-Anand

Jul 18 '05 #1
8 1547
Anand wrote:
A list of contributors to Python Cookbook (Second Edition) is available at the following links. Original list courtesy Alex Martelli.

Since the book is not yet in print, the lists are still tentative
because of potential last minute editing changes.

List of first authors
o http://harvestman.freezope.org/cookbook/credau.html

List of all authors
o http://harvestman.freezope.org/cookbook/creds.html


Is this mean't to only cover additional entries which were added in
the 2nd edition, or is it also mean't to encompass entries which were
carried over from the 1st edition as well.

If it is both, then the editing must have been quite cut throat as I
dropped from 3 entries in the 1st edition to 0 in the 2nd edition.

I can sort of understand if the intent was to get rid of entries which
referenced packages which weren't regarded as mainstream. I guess
it is only 14 years of work down the drain. ;-(

Jul 18 '05 #2
Anand wrote:
A list of contributors to Python Cookbook (Second Edition) is available at the following links. Original list courtesy Alex Martelli.

Since the book is not yet in print, the lists are still tentative
because of potential last minute editing changes.

List of first authors
o http://harvestman.freezope.org/cookbook/credau.html

List of all authors
o http://harvestman.freezope.org/cookbook/creds.html


Is this mean't to only cover additional entries which were added in
the 2nd edition, or is it also mean't to encompass entries which were
carried over from the 1st edition as well.

If it is both, then the editing must have been quite cut throat as I
dropped from 3 entries in the 1st edition to 0 in the 2nd edition.

I can sort of understand if the intent was to get rid of entries which
referenced packages which weren't regarded as mainstream. I guess
it is only 14 years of work down the drain. ;-(

Jul 18 '05 #3
Please direct all queries to the Cookbook editors...!

Thanks

-Anand

Jul 18 '05 #4
Please direct all queries to the Cookbook editors!

Thanks

-Anand

Jul 18 '05 #5
Please direct any query to the Cookbook editors.

Thanks

-Anand

Jul 18 '05 #6
I have no idea. I am just another contributor like you. Just doing a
service to the Python community by providing the list at my site.
However, I am not responsible
for its content. Please direct your queries to the editors, if any.
Thanks

-Anand

Jul 18 '05 #7
My understanding is that the 2nd edition will *only* have new entries.
this may be entirely off the wall of course.
Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml

Jul 18 '05 #8
<gr*****@dscpl. com.au> wrote:
...
Is this mean't to only cover additional entries which were added in
the 2nd edition, or is it also mean't to encompass entries which were
carried over from the 1st edition as well.
The latter: it covers all entries.
If it is both, then the editing must have been quite cut throat as I
It was indeed. Fewer than half of the recipes in the 2nd edition are
"carried over" (with heavy edits in all cases) from the first.
dropped from 3 entries in the 1st edition to 0 in the 2nd edition.
True, alas: your three recipes in the Distributed Processing chapter
were dropped. Not light-heartedly, believe me.

I can sort of understand if the intent was to get rid of entries which
It was of course not my intent to *GET RID* of anything whatsoever: I
selected all the recipes for the 1st edition, just as for the 2nd one,
and would dearly have loved to keep each and every one of them (I
wouldn't have selected them in the first place if I didn't like them).

The INTENT was to add over a couple hundred new and (I do believe)
wonderful recipes; the CONSTRAINT was that I couldn't just blithely
double the book's size. So, the only way to make space for the new was
to ruthlessly cut much of the old, in order to limit the book's size
within reasonable boundaries.
referenced packages which weren't regarded as mainstream. I guess
it is only 14 years of work down the drain. ;-(


I wish you wouldn't look on it that way. The Python Cookbook is not
intended as a validation or invalidation of any particular piece of
software -- just, if you will, as a reflection of how widespread the
current interest on it is. Consider: _my_ own lovechild
"non-mainstream" package is gmpy, OK? Well, I didn't put even ONE
recipe about it in either edition nor on the online Cookbook -- nor did
anybody else post recipes using it to the Cookbook, validating my belief
that it's too specialized to cover in the book. I don't consider this
means "years of work down the drain": gmpy scratches the itch I made it
for, and occasional references to others using it are just a little
extra bonus, even if they do make my heart give a little jump of joy
each time I see one.

I think that's the spirit in which to do open-source development...
Alex
Jul 18 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3108
by: massimo | last post by:
Hey, I wrote this program which should take the numbers entered and sort them out. It doesnąt matter what order, if decreasing or increasing. I guess I'm confused in the sorting part. Anyone has any advices?? #include <iostream> using namespace std;
10
15135
by: Kent | last post by:
Hi! I want to store data (of enemys in a game) as a linked list, each node will look something like the following: struct node { double x,y; // x and y position coordinates struct enemy *enemydata; // Holds information about an enemy (in a game) // Its a double linked list node
24
5779
by: Robin Cole | last post by:
I'd like a code review if anyone has the time. The code implements a basic skip list library for generic use. I use the following header for debug macros: /* public.h - Public declarations and macros */ #ifndef PUBLIC #define PUBLIC
4
3605
by: JS | last post by:
I have a file called test.c. There I create a pointer to a pcb struct: struct pcb {   void *(*start_routine) (void *);   void *arg;   jmp_buf state;   int    stack; };   struct pcb *pcb_pointer;
3
2713
by: chellappa | last post by:
hi this simple sorting , but it not running...please correect error for sorting using pointer or linked list sorting , i did value sorting in linkedlist please correct error #include<stdio.h> #include<stdlib.h> int main(void) {
0
1824
by: drewy2k12 | last post by:
Heres the story, I have to create a doubly linked list for class, and i have no clue on how to do it, i can barely create a single linked list. It has to have both a head and a tail pointer, and each node in the list must contain two pointers, one pointing forward and one pointing backwards. Each node in the list will contain 3 data values: an item ID (string), a quantity (integer) and a price (float). The ID will contain only letters and...
6
1207
Niheel
by: Niheel | last post by:
I would like to honor Banfa with the Top Contributor Award. A little about Banfa: Banfa, or those of you who know him by his real name (Ben) has been a member of the community for a long time. He was part of the community when we were nothing more than a plain forum and a little content. Today he has become a moderator and a model contributor to the community. Many of us follow his lead in helping other members. Many people come to...
10
6581
by: AZRebelCowgirl73 | last post by:
This is what I have so far: My program! import java.util.*; import java.lang.*; import java.io.*; import ch06.lists.*; public class UIandDB {
0
8634
by: Atos | last post by:
SINGLE-LINKED LIST Let's start with the simplest kind of linked list : the single-linked list which only has one link per node. That node except from the data it contains, which might be anything from a short integer value to a complex struct type, also has a pointer to the next node in the single-linked list. That pointer will be NULL if the end of the single-linked list is encountered. The single-linked list travels only one...
0
9679
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9527
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10453
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9050
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5441
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5573
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.