Re: Is a "real" C-Python possible?

2007-12-09 Thread Shadowsithe
That first article is five years old... I wouldn't give too much weight to it. -- http://mail.python.org/mailman/listinfo/python-list

ImageTk.PhotoImage to PIL Image?

2007-12-02 Thread shadowsithe
I can't seem to find a way to convert an Image.Tk PhotoImage to a PIL Image so that I can use the [tt]save[/tt] function. -- http://mail.python.org/mailman/listinfo/python-list

Re: Books on Python

2007-11-28 Thread shadowsithe
On Nov 27, 10:05 pm, "barcaroller" <[EMAIL PROTECTED]> wrote: > Can someone kindly recommend some good books on the following: > > Python for beginners > Python for advanced users > > Is there a bible like Larry Wall's Programming Perl or Bjarne Stroustrup's > The C++ Programming Language?