very newbie question

Nikola Plejic nplejic at nospam.programiranje.nospam.net
Sat Aug 2 14:42:51 EDT 2003


"Agent Mulder" <mbmulder_remove_this_ at home.nl> wrote in message
news:bgglpl$v4r$1 at news2.tilbu1.nb.home.nl...
> Hi group,
>
> I wonder if I can do Windows programming
> in python. I work with c++ now and do the
> Windows part raw. It's difficult to get my app
> over 150K (need some heavy inlining, that's all).
> Does python support nitty-gritty Windows-
> programming?
>
> -X
>

Hello.

Sure, you can try Mark Hammond's win32 extensions:
http://starship.python.net/crew/mhammond/

And you can try wxPython (or PyQt, Tcl/Tk and similar) for creating GUI
applications:
http://www.wxpython.org

Hope this helps,
Nikola






More information about the Python-list mailing list