python 2.7
is sage compatible with python 2.7.x or only 2.6.x?
asked 2012-02-22 16:05:04 +0100
Anonymous
is sage compatible with python 2.7.x or only 2.6.x?
"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..
DSM's answer is the best. However, just in case this is what you are asking, some people do use Sage with system components, including Python, with things like Sage on Gentoo and the related lmonade. There also used to be a Debian version.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-02-22 16:05:04 +0100
Seen: 862 times
Last updated: Feb 23 '12
How do I install python modules, or use a different version of python? (with sage)
HowTo implement filter for multiprocessing module?
v4.5.2 Upgrade Breaks Notebook, "got EOF subprocess must have crashed..."
where to get python coding tutorial for beginners link PDF
When does 1/2=0 ? (python's integer division Vs Sage's exact fractions)