This site has a few nice little PyObjC samples. One of them shows how to play a sound using AppKit’s NSSound. This is exactly what I was trying to do today. And since PyObjC is built-in in 10.5,… more →
Pattern Buffer:Mark wrote 1 year ago: What worked for me; short and simple: 1) Install iPython sudo easy_install ipython 2) Download the f … more →
alsuren wrote 1 year ago: I have started using version control (bzr) on my home directory. This hopes to eventually solve a fe … more →
bbaugh0 wrote 1 year ago: So here we go with installing ipython python module. First follow setup directions here. HOWEVER yo … more →
xenocoder wrote 1 year ago: I had been having trouble upgrading to the latest ipython (0.9.1) through macports. In fact, at this … more →
Kyle Crawford wrote 1 year ago: This site has a few nice little PyObjC samples. One of them shows how to play a sound using AppKit … more →
alsuren wrote 1 year ago: Okay, so when someone said they were trying to use ipython, I thought they meant IronPython(an MS im … more →
Mark wrote 1 year ago: I came across this site, Show Me Do. I must say I am quite impressed. There are a ton of instruction … more →
Kyle Crawford wrote 2 years ago: Update: This method had some issues. Use sudo easy_install -f http://ipython.scipy.org/dist/ readlin … more →
technofreak wrote 2 years ago: When I was just peeping into the discussions at #python, I saw a few talking about ipython. On first … more →
Jonathan Yedidia wrote 2 years ago: Along with using version control, another absolute key to developing reliable software is to systema … more →