`python3 -c 'import tuplex; c = tuplex.Context(); c.parallelize([1, 2, 3, 4, 5]).map(lambda x: x*x).collect()'` this should work as well.