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.  wxGlade is 
more advanced than you need for your request. 


-- 
http://mail.python.org/mailman/listinfo/python-list


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?

If I had the skills, I'd be willing to take a contract up to 1 year with 
expenses paid
to visit Manhattan!



-- 
http://mail.python.org/mailman/listinfo/python-list


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 
compiles could bring everyone else to a crawl. Lint was used because it was 
a less-CPU intensive way to catch bonehead errors and fix them before using 
precious compile time.

Today,lint and Tabnanny may still have their uses as noted by others to 
cleanup the tab/space conundrum.
-- 
Mike

"Franz Steinhaeusler" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi, I looked at tabnanny to check
> a python source file.
>
> But I didn't find anything, tabnanny
> is able to find, what couldn't be found
> by compile command.
>
> Or have I missed something?
>
> best regards,
> -- 
> Franz Steinhaeusler 


-- 
http://mail.python.org/mailman/listinfo/python-list