Re: [BangPypers] Fwd: Python at KCG College of Technology, Chennai

2009-12-21 Thread Manish Sinha
Sorry for such a late reply. The college from which I graduated in 2009 has a LUG which organizes activities related to FOSS. In Jan '09 when I was in college, we all organized Python Workshop. Announcement: http://www.lugmanipal.org/2009/01/25/python-workshop/ Slides:

[BangPypers] Python performance

2009-12-21 Thread Ramdas S
Dear all, I saw this doc and a few other docs online. http://wiki.python.org/moin/PythonSpeed/PerformanceTips Are there any recommendations on how I can improve performances in case of I/O. I have a program that opens between 4 to 7 text files in memory to analyze data. It runs beautifully on

Re: [BangPypers] Python performance

2009-12-21 Thread Venkatraman S
On Tue, Dec 22, 2009 at 1:25 PM, Ramdas S ram...@gmail.com wrote: Are there any recommendations on how I can improve performances in case of I/O. I have a program that opens between 4 to 7 text files in memory to analyze data. It runs beautifully on some 100 odd lines of Python code, but its