SDC lite

2009-01-06 Thread ibpet11
Did anybody have idea on how and what SDC lite looks like and how it works for data conversion. -- http://mail.python.org/mailman/listinfo/python-list

folder extraction

2009-01-06 Thread ibpet11
how do i get along with this task of extracting multiples folder and generating their names individually in a their respective files as they were generated. -- http://mail.python.org/mailman/listinfo/python-list

Re: Triple quoted string in exec function ?

2008-12-30 Thread ibpet11
On Dec 30, 2:48 pm, Steve Holden wrote: > Stef Mientki wrote: > > hello, > > > I'm running scripts, with the execute function (Python 2.5), > > and it seems that triple quoted strings are not allowed. > > > Is there a workaround, > > or is this a fundamental problem of the exec-function ? > > If y

using def in pythons

2008-12-30 Thread ibpet11
hi, i want to have a broad knowledge on the use of "def" in python as i know i might need it to my string handling and for a lot of things in general. I will really appreciate anybody who can support my mission of becoming a python Programmer as per constant chatting and support or manuals to rea

Re: string in files

2008-12-30 Thread ibpet11
On Dec 30, 11:17 am, "Narasimhan Raghu-RBQG84" wrote: > Simple solution: us result=yourString.split(" ") and you get a list with > all the words. > > -Original Message- > From: python-list-bounces+rbqg84=motorola@python.org > > [mailto:python-list-bounces+rbqg84=motorola@python.org

string in files

2008-12-30 Thread ibpet11
guys i need info on how to call up different words in a line of a file using python example : file = 'this is a python coding group' i want to assign a xter to this, is, a, python , coding and group thanks -- http://mail.python.org/mailman/listinfo/python-list