London Geek Nights: Dirigible and PyCon 2011 talk

Date
Thu, 24 Mar 2011, 19:00 - 22:00 (Add to calendar) GMT
Venue
ThoughtWorks UK Office , London, United Kingdom, GB

Dirigible lets you build your numerical models in a spreadsheet grid on a web page, putting Python code in each cell — so a cell can hold not just numbers or text, but objects, lists, or even references to functions. If you want to change the way the spreadsheet is recalculated — by writing your own Python functions to call from your formulae, by importing new Python modules (like Numpy or SciPy), or even by running the formulae multiple times until you reach a goal — there's a code editor right there in the page to let you do that.

Once you're happy with your spreadsheet, perhaps you want to access it from other web pages? All Dirigible spreadsheets have an associated AJAX URL, which you can use to access their data from your own sites, or to call them with parameters to write a back-end for your site with minimal coding.

Dirigible sheets are recalculated on a grid of Python-based servers running on Amazon EC2. Imagine writing a model in one sheet to work out the price of a financial instrument, and then writing another sheet that uses 100 computers for a few seconds to price up a portfolio of hundreds of them.

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”