Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"Compatible" might be the wrong word, because Sage uses its own Python.

Currently, as of Sage 4.8, the internal Python version is 2.6.4. However, this should change (assuming everything works out!) in Sage 5.0, which is currently in beta. 5.0 should have Python 2.7.2, and you can verify this at test.sagenb.org, if you like-- log in and run "import sys; print sys.version".

It'll be nice to have dict comprehensions and collections.Counter..