Re: performance degradation when looping through lists

2006-04-07 Thread diffuser78
Hi, I wrote a program some days back and I was using lists heavily for performing operations such as pop, remove, append. My list size was around 1024x3 and there were around 20 different objects like this. What I want to ask you is that my program also degraded over a period of time. I cannot po

Re: wxPython Question

2006-04-07 Thread diffuser78
Can we download wxPython doc as an offline folder because if I dont have internet its difficult to have the access to all the docs. -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython Question

2006-04-07 Thread diffuser78
Thanks, I use Ubuntu Linux and there is tool called xchm which lets you do that. RunLevelZero wrote: > Well you will need to download the " docs demos and tools " and that > contains a windows help file that is easily searchable. If you run > Linux there is a Gnome tool to run the help file in L

Re: Newbie wxPython questions.

2006-04-07 Thread diffuser78
I am also a newbie and learning like you are. I was wondering if do you know any wxPython forum just for GUIs ? Good luck with your project and hope that some guru helps us out. -- http://mail.python.org/mailman/listinfo/python-list

Automated Graph Plotting in Python

2006-04-08 Thread diffuser78
My python program spits lot of data. I take that data and plot graphs using OfficeOrg spredsheet. I want to automate this task as this takes so much of time. I have some questions. 1. Which is the best graph plotting utility in python or linux. Can I write a code in such a way that my python code

<    1   2