There are some slight differences between python 2 & 3. Most of Python 3's new features and syntax were backported to 2.6 which is what I would guess Elemental is using at a minimum, given it's python bindings seem to have been added late in development. Actually, is it even in there yet at all?
So, in short, learning the Python 3 way is probably safe. Even if Elemental for some reason is using 2.3 or something, it should be a very easy adjustment.