hello world
hello world
</source>
==python packages at cloud.sagemath.com==
<source lang="bash">
python
</source>
input
<source lang="python">
import wx
print wx.__file__
import bmrblib
print bmrblib.__file__
import minfx
print minfx.__file__
import mpi4py
print mpi4py.__file__
</source>