Ask Your Question

Fastfoot's profile - activity

2023-05-17 18:49:49 +0200 received badge  Famous Question (source)
2022-08-23 17:56:35 +0200 received badge  Notable Question (source)
2021-02-25 01:35:15 +0200 received badge  Notable Question (source)
2018-07-12 11:34:34 +0200 received badge  Popular Question (source)
2018-02-01 01:10:39 +0200 received badge  Popular Question (source)
2013-06-25 19:08:34 +0200 received badge  Nice Question (source)
2012-10-03 17:11:25 +0200 received badge  Student (source)
2012-09-12 05:04:15 +0200 asked a question Can I access my notebook worksheets in another computer via my account?

Normally, I was using my desktop for sage 5.1. But my computer has broken and I must access some of worksheets that I created in virtualbox. Can I do?

2012-09-12 03:28:12 +0200 asked a question Can I access my notebook worksheets in another computer via my account?

Normally, I was using my desktop for sage 5.1. But my computer has broken and I must access some of worksheets that I created in virtualbox. Can I do?

2012-09-08 15:47:13 +0200 asked a question How to use elements of cartesian product of two groups?

I want to have a group G = Sym(4) x Sym(4). I try this to define G: " G = CartesianProduct([SymmetricGroup(4)] , [SymmetricGroup(4)]) " Thank you for help.

2012-09-06 16:48:26 +0200 marked best answer Python compiler 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.

2012-09-06 16:48:26 +0200 received badge  Scholar (source)
2012-09-05 18:16:01 +0200 received badge  Supporter (source)
2012-09-05 18:02:26 +0200 asked a question Python compiler in Sage Notebook

Do you know which version of Python has been providing in Sage Notebook?