venerdì 11 gennaio 2013

IPython: il pitone, molto interattivo e paralelo

Dall'introduzione all'intervento (marzo 2012, non proprio preistoria)
"""
Today, IPython consists of a kernel that executes the user code and controls the user's namespace, and a collection of tools to control this kernel either in-process or out-of-process thanks to a well-specified communications protocol implemented over ZeroMQ. The kernel can do much more than execute user code, including introspection of objects in the user's namespace, detailed error reporting with rich tracebacks, history logging of inputs and outputs with an SQLite backend, a user-extensible system of commands for interactive control that don't collide with user variables, and much more.
"""

Sono più di tre ore di video, ma interessanti.


e anche la trascrizione dell'intervento è disponibile online qui.

Nessun commento:

Posta un commento