Re: How to choose the right GUI toolkit ?

2006-11-10 Thread vdicarlo
> I highly recommend wxPython. It's very mature, full-featured, and > portable, and fairly easy to learn as well. I am also a Python beginner thinking about what GUI toolkit to use, and the availability of a free video screencast series on installing and using wxpython at showmedo.com is making me

How Can I Increase the Speed of a Large Number of Date Conversions

2007-06-07 Thread vdicarlo
I am a programming amateur and a Python newbie who needs to convert about 100,000,000 strings of the form "1999-12-30" into ordinal dates for sorting, comparison, and calculations. Though my script does a ton of heavy calculational lifting (for which numpy and psyco are a blessing) besides converti

Re: How Can I Increase the Speed of a Large Number of Date Conversions

2007-06-09 Thread vdicarlo
Many thanks for the lucid and helpful suggestions. Since my date range was only a few years, I used Some Other Guy's suggestion above, which the forum is saying will be deleted in five days, to make a dictionary of the whole range of dates when the script starts. It was so fast it wasn't even worth

Re: append

2007-05-11 Thread vdicarlo
> > the reference material. I want to know about list >> operations such as > > append. I've been struggling myself to assemble and learn just the right combination of quick references. Here is some of what I've found. For a quick search for the syntax and a simple example of a particular method

Re: IDE for Python

2007-08-22 Thread vdicarlo
> Have you tried SPE? I don't know how it compares to PyDev but SPE is > pretty slick. It has several other tools integrated into it, > including a pretty nice debugger. After trying Eclipse and SPE, I'm back to using VIM and the Winpdb debugger, which is the "pretty nice debugger" in SPE, and w