Re: [Tutor] Top posters for 2009

2010-02-26 Thread spir
On Thu, 25 Feb 2010 21:53:24 -0500 Kent Johnson ken...@tds.net wrote: 2009 (7730 posts, 709 posters) Alan Gauld 969 (12.5%) Kent Johnson 804 (10.4%) Dave Angel 254 (3.3%) spir 254 (3.3%) Wayne Watson 222 (2.9%) I hope Dave is as thin as I am (*). Denis (*) for us to be able to

Re: [Tutor] Top posters for 2009

2010-02-26 Thread spir
On Fri, 26 Feb 2010 09:27:04 +0530 Shashwat Anand anand.shash...@gmail.com wrote: @Kent: thanks for the script. It is kool. Here is 2010 list of Top-20 (as of now): 2010 (1155 posts, 204 posters) Alan Gauld 127 (11.0%) Kent Johnson 108 (9.4%) spir 52 (4.5%) Wayne Watson 46 (4.0%)

Re: [Tutor] PyAutoRun

2010-02-26 Thread Luke Paireepinart
On Fri, Feb 26, 2010 at 1:41 AM, Zubin Mithra zubin.mit...@gmail.comwrote: I have been using python for quite some time; however this is the first python project i have worked on. The code is hosted at http://github.com/zubin71/PyAutoRun The code needs re-factoring and feature additions; i

Re: [Tutor] Top posters for 2009

2010-02-26 Thread Stefan Behnel
Shashwat Anand, 26.02.2010 04:57: @Kent: thanks for the script. It is kool. Here is 2010 list of Top-20 (as of now): 2010 (1155 posts, 204 posters) Alan Gauld 127 (11.0%) Kent Johnson 108 (9.4%) spir 52 (4.5%) Wayne Watson 46 (4.0%) Luke Paireepinart 32 (2.8%) Shashwat Anand 30

[Tutor] Help me understand this tkinter related code

2010-02-26 Thread Robert DeLaurentis
I've just begun learning Python and programming using the Head First Programming from O'Reilly. The following code works on my Mac just fine, but there is a mystery as to how its working that escapes me so far. The local function change_volume(v) requires the argument v to operate properly,

[Tutor] imaplib command to delete messages

2010-02-26 Thread Bill Campbell
I've written a script to go through varions Sent folders on IMAP servers to archive the messages on a central server using imaplib to do the heavy lifting. Perhaps I'm a bit thick, but I have not been able to figure out how to delete messages in the folders after processing them. The imaplib

Re: [Tutor] Help me understand this tkinter related code

2010-02-26 Thread Alan Gauld
Please don't hijack an old message to create a new subject. Those of us using threaded readers might not see it and you lose potential answers. Robert DeLaurentis li...@bobdel.com wrote The local function change_volume(v) requires the argument v to operate properly, but I'm unclear where the

[Tutor] Removing redundant parameters in a models file having include files.

2010-02-26 Thread karim . liateni
Hello All, This is my first program in python. I am doing electrical simulation in spectre (spice like). I have a models file which holds many parameters and include files of parameters. But in batch mode the automatic construction (by the simulator) of this file is not correct. It

[Tutor] Fwd: Removing redundant parameters in a models file having include files.

2010-02-26 Thread karim . liateni
Hello All, This is my first program in python. I am doing electrical simulation in spectre (spice like). I have a models file which holds many parameters and include files of parameters. But in batch mode the automatic construction (by the simulator) of this file is not correct. It