[Tutor] Python Editor For Mac Os X

2007-12-13 Thread chinni
Hi which editor for python on Mac os x platform is best with color syntax compiler etc... -- Cheers, M.Srikanth Kumar, Phone no: +91-9866774007 ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] xml parsing

2007-10-02 Thread chinni
Hi, I am working on MAC and my App was based on Xml file.If any updates r any changes in the xml file my app will load that changes. as i am new to python.i want to automate that one. there will be one URL and size will mention in that Xml file.i want to write a script so that it will download

[Tutor] Xml reference

2007-09-17 Thread chinni
Hi all, Which Book is better for python parsing and reading Xml files from local machine and remote machine and also through http... Can any one Please Post the link at least ...waiting for u r Replies . Thanku:) -- Cheers, M.Srikanth Kumar, Phone no: +91-9866774007

Re: [Tutor] Tutor Digest, Vol 43, Issue 36

2007-09-12 Thread chinni
) 5.the whole procedure is for admin and non-admin users can i implement this by using both python and shell scripting.if possible give the reference book for quick learn. Message: 2 Date: Tue, 11 Sep 2007 22:24:37 +0530 From: chinni [EMAIL PROTECTED] Subject: [Tutor] automate daily tasks

[Tutor] automate daily tasks

2007-09-11 Thread chinni
Hi all, I am working on MAC OS x my project is updating all ready installed products.I have to automate this in python.so,can any one will give some suggestions and some examples how to automate.some basic things of my project is ... i think u all know that there will be a plist file for each

[Tutor] advanced sorting

2007-09-04 Thread chinni
In Advance Sorting by giving the keywords to sort the list.But, iam getting the fallowing errors x = ['srikanth', 'kumar', 'muppandam', 'will', 'be', 'a'] x.sort(key=len) Traceback (most recent call last): File stdin, line 1, in ? TypeError: sort() takes no keyword arguments

[Tutor] advanced sorting

2007-09-04 Thread chinni
; charset=ISO-8859-1; format=flowed chinni wrote: In Advance Sorting by giving the keywords to sort the list.But, iam getting the fallowing errors x = ['srikanth', 'kumar', 'muppandam', 'will', 'be', 'a'] x.sort(key=len) Traceback (most recent call last): File stdin, line 1

[Tutor] Plz help me from this

2007-09-04 Thread chinni
Hi All, I Want to write a python script to change the permissions(chmod) and owner(chown) and group(chgrp) of a file on unix, script as to read from the /etc/passwd for displaying available users on the machine and from /etc/groups it as to display the available groups and user has to give the

[Tutor] indexing elements

2007-09-03 Thread chinni
Hi all, i had some doubt about this line can any body clarify this plz... endings = ['st', 'nd', 'rd'] + 17 * ['th'] + ['st', 'nd', 'rd'] + 7 * ['th'] + ['st'] -- Best Regards, M.Srikanth Kumar, Jr.Software Developer, Google India Pvt Ltd.., HYDERABAD. Phone no: +91-9866774007

[Tutor] Need Some Help

2007-08-22 Thread chinni
Hi All, I am new to python.i need some help about python.i want to learn python so plz guide me from where can i start.so,that i can learn and under stand quickly. -- Best Regards, M.Srikanth Kumar, ___ Tutor maillist - Tutor@python.org