[Tutor] Python and displaying mathematical equations?

John Fouhy john at fouhy.net
Tue Mar 4 03:15:32 CET 2008


On 04/03/2008, Shuai Jiang (Runiteking1) <marshall.jiang at gmail.com> wrote:
> Hello, I'm trying to create an application that retrieves and displays
> (probably in HTML or PDF format) math problems from a database.
> The problem is that I need some sort of mechanism to display mathematical
> equations.

If you can describe your equations in MathML then there may be options
for you -- a quick google for "python mathml" turned up a few hits --
e.g. http://sourceforge.net/projects/pymathml/ or
http://www.grigoriev.ru/svgmath/ (if you accept SVG as an output).

-- 
John.


More information about the Tutor mailing list