Re: graphics

2004-11-28 Thread Yet Another Mike
You'll need wxPython. Once you get that, look in the samples for pySketch. This is a very straightforward program that helped me learn a lot about GUI with wxPython. Pretty easy to do. Once you get a hang for the basics, then you might be interested in wxGlade, an interactive GUI designer. wxGl

Re: Help With Hiring Python Developers

2004-12-05 Thread Yet Another Mike
"Ed Leafe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> Allow offsite workers and you'll have all the candidates you want. > > Exactly. I'm 5 hours away in Rochester, NY, and might be interested And, if they are willing to go offsite, why not go to India and save lots of bucks?

Re: Tabnanny really useful?

2004-12-21 Thread Yet Another Mike
I'm told Tabnanny was inspired by lint, the Unix utiltity to check C sources (and probably others). Lint was primarily useful in days long ago when CPUs were slow and a compile used a significant amount of resources. In a multiuser environment (we ran an Intel 286 in multiuser mode!!), the com