PyMaemo en Fremantle

Ayer se añadió el soporte para PyMaemo en Fremantle (instrucciones de instalacion), y tuve que probarlo…

  1. PyMaemo instalado
  2. sympy descargado

  3. [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:

Sympy 3D Plot en Fremantle

¿Quién quiere crear una calculadora científica avanzada para Maemo 5? 🙂

[tags]maemo, python, sympy, fremantle[/tags]

2 Replies to “PyMaemo en Fremantle”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.