28 Apr
After Ipython and Sympy, Mayavi is now using sphinx to build its docs. Sphinx is very neat because it allows for high quality pdf and html from the same restructured text source. The killer feature is that the resulting html pages have a builtin search that works with javascript, and thus works on the client [...]
Posted in mayavi, scientific computing by: gael
No Comments
12 Apr
I have been struggling for the last few days trying to understand the issues behind packaging and installing the Enthought Tool Suite. I think have been making progress, though only in my head, no actual code or packages so far are terribly satisfying.
The problem
If you are developing a Python-only program, with only dependencies on the [...]
Posted in mayavi, scientific computing by: gael
2 Comments
05 Apr
I have been reading an article about a new language paradigm (Erasmus, a modular language for concurrent programming). The authors discuss the limitations of objects in terms of modularity. To sum up their point (and most probably distort it completely), the limitations with objects comes from the fact that you can’t be sure what is [...]
Posted in scientific computing by: gael
5 Comments
01 Apr
This month I have traveled a bit for scientific-computing related reasons, and of course it was pure delight.
In England
First of all, I was speaking at the OKcon, open knowledge conference in London, about Scientific tools in Python in general, and Mayavi in particular. I jumped on the occasion to visit the Airbus campus in Bristol. [...]
Posted in scientific computing by: gael
No Comments