Archive for June, 2009
Launching wxPython apps with an iPython shell
Posted in June 27th, 2009
by Dennis in Programming
Suppose you want to run your fancy wxPython application but have a shell in the background to peek and poke at certains settings, help debug, and possibly even use an API that your program provides to automate tasks. iPython has built in wx support (as well as support for other GUIs and frontends). [...]
No Comments
Fixing the code highlighter for Wordpress
Posted in June 4th, 2009
Many of my posts have some sort of code, shell script, or other syntax highlighted portion. I’ve loved the code highligher plugin for wordpress. The version I’ve been using (1.8) doesn’t seem to have had any updates for quite some time. The only reason that bothers me in the slightest is that [...]