Re: [Pythonmac-SIG] My first Python Program

2011-01-24 Thread Daniel O'Donovan
n to run your program. I hope that helps, after the initial learning curve I think you'll find learning python and programming hugely rewarding! Good luck and stay in touch. Dan Daniel O'Donovan dan.odono...@gmail.com ___ Pythonmac-

Re: [Pythonmac-SIG] Python development on OSX

2011-01-17 Thread Daniel O'Donovan
out of maintaining a good numpy / matplotlib installation and I find Activestate make building for distribution a pleasure. For now, stick with the python.org and then switching at any point is always simple - the folks here are always friendly and full of advice! Happy coding, Dan Daniel O&#

Re: [Pythonmac-SIG] Python development on OSX

2011-01-17 Thread Daniel O'Donovan
lds are better for native looking Macintosh apps - and the Apple bundled python is obviously native. This is a simple summary, and there are 101 more differences between all the builds - but I think the first decision you'll want to make is whether to go the Linux route, or go 

Re: [Pythonmac-SIG] If/else vs or

2010-10-28 Thread Daniel O'Donovan
or if 'green' or if 'blue' but I think you mean if (x == 'red') or if (x == 'green') or if (x == 'blue') so try this if (x == 'red') or (x == 'green') or (x == 'b

Re: [Pythonmac-SIG] py2app on linux

2010-10-15 Thread Daniel O'Donovan
ller.org (though I don't use either)... And if you're on Windows then py2exe is the bees knees. Dan Daniel O'Donovan dan.odono...@gmail.com ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo