On Sat, May 28, 2011 at 4:17 AM, Vahid <[email protected]> wrote: > Hi, > I would like to know that if I write my Sage codes in IDLE of Python, > will it be faster when it runs?
I highly doubt it. > Someone told me that in this case the > codes are translated to machine language faster and it is better. Looks like it's just a GUI. > Given that there are already libraries of sage written in python for > different functions like "set partitions", can I call them in python? > shall I just copy and paste it? In some sense, Sage is just a huge Python library + a small bit of preparsing. - Robert -- 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 URL: http://www.sagemath.org
