Python compiler in Sage Notebook
Do you know which version of Python has been providing in Sage Notebook?
asked 2012-09-05 18:02:26 +0100
Anonymous
Do you know which version of Python has been providing in Sage Notebook?
Evaluating sys.version
should tell you the Python version. Running on my computer:
sage: sys.version
'2.7.3 (default, Sep 3 2012, 13:19:42) \n[GCC 4.6.3]'
On sagenb.org:
'2.7.3 (default, Jul 25 2012, 14:50:10) \n[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu4)]'
The first few characters tell me that it's using Python 2.7.3, in either case.
Edit: if you want to check the version number in some code, it's probably better to use sys.version_info
.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-09-05 18:02:26 +0100
Seen: 397 times
Last updated: Sep 05 '12
Is the sage --python exactly the same Python as it claims to be?
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)