Hi, Is it possible to save sympy expressions to disk and then load them later? For ex:
filename = "equation" save(filename, expression) datafile = load(filename) expression = datafile.expression or something like that? Thanks, Mani Chandra -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/S05rOKsC6JwJ. 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/sympy?hl=en.
