> Vitaly,
>
> I learned Python using Mark Pilgrim's "Dive Into Python" book which was
> recommended to me by a long-time Python programmer.
>
> Alden
>
> Vitaliy wrote:
>
>> Below is a message I sent to PicList almost a month ago. I didn't realize
>> that I sent it from the wrong account, and to the wrong e-mail
>> (
.....spamKILLspam
.....piclist.com). Oops. :)
>>
>> ==========
>>
>> I just wanted to thank everyone who responded to my post about parsing a
>> text file, and to share my experience.
>>
>> Since Python was recommended by the majority of responders, I decided to
>> give it a try. I needed to convert some old PDF bank statements into a QIF
>> that I could then import into Quicken. Initially, I was simply trying to fix
>> the lines pasted from the PDF, and fed them to the csv2qif Excel macro:
>>
>>
http://xl2qif.chez-alice.fr/links_en.php
>>
>> Unfortunately, Quicken did not like the format, but luckily the QIF turned
>> out to be simple enough where I was able to decipher what the fields meant
>> by looking at a "proper" QIF file, and writing a couple of lines in Python
>> to create a simple converter.
>>
>> It took a bit of trying, but I did it -- and now I think I like Python. I
>> was even able to add some icing which I wasn't planning for originally, like
>> strip out unnecessary stuff from the transaction description ("Machine ID
>> 0000000", etc), abbreviate long strings ("Credit Card Purchase" -> "CCP"),
>> and extract the last four digits of the credit card for easy reference.
>>
>> I'd like to learn more about the language, can someone recommend a good book
>> on Python?
>>
>> Also, are there any RAD tools for Python? If not, is it difficult to call
>> Python executables (py2exe'd) from other programs?
>>
>> Vitaliy
>>
>>
>>
>
>