Re: [Pythonmac-SIG] Newbie....(for now)

2005-06-16 Thread Roger Binns
> >Having not yet used wxPython, I'm not sure how "native" its apps look, > >but people seem to like its power. > > I very much like it on WinXP, and it works (and looks good) on OSX, > but some advanced widgets don't work. > see www.wxpython.org After downloading wxPython itself, there is also a

Re: [Pythonmac-SIG] Newbie....(for now)

2005-06-16 Thread Henning.Ramm
>Having not yet used wxPython, I'm not sure how "native" its apps look, >but people seem to like its power. I very much like it on WinXP, and it works (and looks good) on OSX, but some advanced widgets don't work. see www.wxpython.org Best regards, Henning Hraban Ramm Südkurier Medienhaus / Media

Re: [Pythonmac-SIG] Newbie....(for now)

2005-06-15 Thread Kent Quirk
The easiest way to know if you have a package is to try to import it. Don't forget that Python has a command-line interpreter. Just run it and type "import SciPy" and see if it works! If you want to learn idiomatic Python one of the best places to go is the Python Cookbook. I'd recommend buying th

[Pythonmac-SIG] Newbie....(for now)

2005-06-15 Thread Robert Herbstzuber
Hello to all I've been writing PHP web apps for about 3 years now and I took one JAVA course over that time. I'm looking to get into "real" programming and I've chosen Python as my intro to it. I"ve installed the framework build of 2.4.1 on my Tiger install and i've tried to read a lot of