IPython Sprint

What: A one day concentrated effort to advance IPython development.

When: Saturday, 28 April 2007, 9am to 6pm

Who: FernandoPerez and BrianGranger will lead the IPython team, the Front Range Pythoneers, and anyone else interested in joining the party

Where: bivio Software, Inc., 28th and Iris, Boulder, CO (Above Hair Elite in Suite S) Google Maps link

Net presence: if you can't be physically present, join us on channel #ipython over IRC at FreeNode, we'll start the channel around 9am when we get going and will keep it open through the day. Some of us will also have Skype available in case anyone wants to talk about the work from other locations.

Quick News

svn co http://ipython.scipy.org/svn/ipython/ipython/branches/sprint1

Signup

If you plan on coming, please add your name to the list below by picking the next consecutive available number in the 10.20.30.X address block:

# IP aliases for sharing code during sprint
192.168.0.200    fernando
192.168.0.201    steve
192.168.0.202    jbaker
192.168.0.203    bgranger
192.168.0.204    bwaters
192.168.0.205    dobbs
192.168.0.206    robert
192.168.0.207    justin
192.168.0.209    matt
192.168.0.210    kkinder
192.168.0.211    cary
192.168.0.101    ikelly ian
192.168.0.104    kip

The code sharing page explains the details, but basically after configuring your IP alias with the number you chose, you can add this list to your /etc/hosts file and will then be able to find others on the network regardless of the actual IP address the DHCP server gave them.

Homework

Here are a few things you may consider doing before the sprint, to ensure we can get going quickly on Saturday, without wasting much time on setup issues.

Ideas

Resources

One of the main goals of the merge/refactor is to make it easy to embed IPython inside of other applications, mostly GUI-based. The Accerciser team seems to have successfully embedded the current IPython inside a GTK text widget. This code will provide useful pointers both on how to do things, and on the needs of such a project (so that in the future they don't need to hack quite so much).

Developer Zone/Sprint (last edited 2007-08-18 15:53:31 by RyanJames)