Should I think of a Sage session as an IPython session with a lot of
math related modules loaded into the namespace?
(i.e. I assume in the Sage shell init file somewhere there are lots of
lines like this....?
from some_math_stuff import * ?? )
----------------
If yes, how can Sage be "just" an IPython session when the type of
ints has changed?...
e.g.
sage: type(3)
<type 'sage.rings.integer.Integer'>
I'm impressed and intrigued that such a low level change was made to
Python/IPython while still allowing Python code to interact with
Sage. I would have thought such low level changes would have caused
conflicts with Python code.
Chris
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---