Novedades pythonescas

Echándole un vistazo a comp.lang.python.announce veo algunas cosillas interesantes:

  • Gnome-Python 2.0.2, los bindings para programar en Gnome, basado en PyGTK.
  • Eric 3.4, el editor de Python en Python (hay otro editor para Python que se llama IDLE, supongo que los dos le hacen un homenaje a Eric Idle, el miembro de los Monty Python).
  • Especial para Chewie, se anuncia IMDbPY 1.0, un paquete para bajarse y gestionar la información de la conocida página Internet Movie Database.

IronPython: Python para .NET

En la lista de python-es, Ernesto Revilla envía un enlace sobre la presentación de IronPython en el PyCon celebrado la semana pasada. Se trata de una implementación de Python en .NET, que se integrará perfectamente en la plataforma:

«IronPython is a new implementation of the Python language targeting the Common Language Runtime (CLR). It compiles python programs into bytecode (IL) that will run on either Microsoft's .NET or the Open Source Mono platform. IronPython includes an interactive interpreter and transparent on-the-fly compilation of source files just like standard Python. In addition, IronPython supports static compilation of Python code to produce static executables (.exe's) that can be run directly or static libraries (.dll's) that can be called from other CLR languages».

Ya había comentado la existencia de Python.NET, una integración entre el Python y el CLR, aunque no se podían compilar aplicaciones ni acceder a las clases de Python desde otros lenguajes de .NET.