Thanks Tim,
I guess i explored a bit on csv.
It turns out that works far too well for me.
Thanks,
-Abhijeet
On Wed, Aug 3, 2011 at 10:16 PM, Tim Roberts wrote:
> abhijeet mahagaonkar wrote:
> >
> > I'm writing an attendance tracking application where i pull data dail
Dear Pythonistas,
I'm writing an attendance tracking application where i pull data daily from
a webpage.
I have to collate it daily and generate a report at the end of the month.
I have a predefined XL template for the report.
I wanted to know if i can add (append) the data everyday to this file
Dear Py-Winners,
I just now finished project in python and would want to distribute to
Windows users.
What is the best way to do it?
I know there is a module py2exe which i can use.
I wanted to know what is the best way to achieve this?
PS: If I had my way i would have all of the users install p
P3 - (along with the SMTP module, you could have
> something in no time).
>
> Kelly
>
> On Wed, Feb 16, 2011 at 09:24:39AM +0530, abhijeet mahagaonkar wrote:
> > Dear Pythoners,
> >
> > I'm working on creating an application which will continuously monitor my
Dear Pythoners,
I'm working on creating an application which will continuously monitor my
outlook inbox and wait for a new incoming mail.
It will scan To and cc fields and forward the email to another address
appropriately.
I want a few pointers on how best I will be able to achieve this.
Thanks