Ayer se añadió el soporte para PyMaemo en Fremantle (instrucciones de instalacion), y tuve que probarlo…
- PyMaemo instalado
- sympy descargado
[sbox-FREMANTLE_X86: ~] > python2.5
Python 2.5.2 (r252:60911, Mar 27 2009, 18:30:12)
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from sympy import *
>>> x,y,z = symbols('xyz')
>>> Plot(x*y**3-y*x**3)
Y aquí está el resultado:
¿Quién quiere crear una calculadora científica avanzada para Maemo 5? 🙂
[tags]maemo, python, sympy, fremantle[/tags]