Python as alternative to Visual Basic
Dave Brueck
dave at pythonapocrypha.com
Mon Sep 20 23:01:43 EDT 2004
Nelson Minar wrote:
> Good questions and nice research.
>
> I was surprised at how many Windows-specific elements were available
> in Python. Here are some notes from me writing a toy system tray app:
> http://www.nelson.monkey.org/~nelson/weblog/tech/good/pythonWindows.html
And don't forget ctypes! Although not a Windows-only tool, on a Windows system
it opens the door to pretty much every Win32 API there is, all from pure Python.
-Dave
More information about the Python-list
mailing list