Erlang + Python, l'unione di due mondi

Abstract

The idea is to show how to get the most ouf of these two languages. Erlang is a perfect language for concurrency and parallelism but Python has lots of advantages from the application side because of its libraries. Since multi-language software is quite common nowadays I'll try to:

 - do a brief introduction of Erlang showing its diversities
 - show an example where Erlang shines
 - show how to interface the two languages through a small real problem
 - describe advantages (and disadvantages) of one and the other