Archive for April, 2008

wx backend get options handling

April 25, 2008

The wx Ipython widget now get supports for options. Two options are available right now:

- Autocompletion representation style: Scintilla mode or Ipython legacy one.

-Background color switch: Black or White.

I’ve added a hook so you can define what to do when an option is changed.

Want to try this? Run wxIpython demo app in Ipython/gui/wx and report any bug!

Editra ipython plugin under work

April 25, 2008

Editra ( http://editra.org/ ) is a programmer’s source editor that is now bundled with wxpython distribution.

It has a plugin architecture so external can connect to it to provide added functionality.

I’m currently working on integrating wx IpythonView widget inside it. So user will have a new ipython based alternative to classical wx pyshell.

Current version of the plugin is 0.3beta and bundle ipython/readline/and wx ipython widget into one egg. It supports infinite loop breaking, multiline copy/paste, options save/restore.

Thanks to cody precord, author of editra, it also works for MacOSX.

There still lot of work so… stay tuned for more news!

Hello Planet Python!

April 25, 2008

This is a test for planet python visibility.

The idea of this blog: get wider publicity for stuff that is happening in the IPython 0.x (“stable”) series world.

This is a blog shared by interested IPython developers, with the idea of advertising various features to wider audience than what would be reachable through ipython mailing list.

– Ville

Hello world!

April 21, 2008

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

def f():
   print "hello world"