Re: [Tutor] Needed Python 2.5 quick reference.

2007-01-27 Thread Robert Hicks
Vikram Shenoy wrote: > Hi All, > > The link for the python 2.5 quick reference > (http://rgruet.free.fr/PQR25/PQR2.5.html) doesn't seem to be working. > Can anybody point me to any mirror link or share the document if you > have downloaded it already ? A4 PDF version will be great. > > Regards

Re: [Tutor] Best IDE for Python

2007-01-27 Thread shawn bright
i think pydev ( an eclipse plugin ) can too. shawn On 1/27/07, Dick Moores <[EMAIL PROTECTED]> wrote: At 07:12 PM 1/24/2007, Shadab Sayani wrote: Hi, I am using vim editor to code my project in python.Is there a good IDE where in I type the name of the class object and then dot then all the a

[Tutor] Needed Python 2.5 quick reference.

2007-01-27 Thread Vikram Shenoy
Hi All, The link for the python 2.5 quick reference ( http://rgruet.free.fr/PQR25/PQR2.5.html) doesn't seem to be working. Can anybody point me to any mirror link or share the document if you have downloaded it already ? A4 PDF version will be great. Regards, Vikram U Shenoy. ___

Re: [Tutor] How to use diff.py?

2007-01-27 Thread Kent Johnson
Dick Moores wrote: > At 12:16 PM 1/26/2007, you wrote: >> I've found diff.py in Python25\Tools\Scripts. But I don't see how to >> use it to find the differences between 2 files, say file1.txt and >> file2.txt. I was hoping it would work like unix's diff, but could >> someone explain? > > Here's

Re: [Tutor] Best IDE for Python

2007-01-27 Thread Dick Moores
At 07:12 PM 1/24/2007, Shadab Sayani wrote: Hi, I am using vim editor to code my project in python.Is there a good IDEĀ  where in I type the name of the class object and then dot then all the attributes of the object are displayed so on. Ulipad can do this. Dick Moores UliPad <>: http://wiki.woo

Re: [Tutor] How to use diff.py?

2007-01-27 Thread Dick Moores
At 12:16 PM 1/26/2007, you wrote: I've found diff.py in Python25\Tools\Scripts. But I don't see how to use it to find the differences between 2 files, say file1.txt and file2.txt. I was hoping it would work like unix's diff, but could someone explain? Here's one way: http://tinyurl.com/2lsleq Di