[sympy] Re: SciPy 09 sympy tutorial video

2009-08-19 Thread rpg
6.6 G for a 1.75 hr video. Is it 720p? On Aug 19, 7:39 am, Ondrej Certik wrote: > Hi, > > here is a video of the sympy tutorial that I gave yesterday: > > http://www.archive.org/details/scipy09_advancedTutorialDay1_4 > > It's one 1h42min. > > Ondrej --~--~-~--~~~---~

[sympy] Converting sympy expressions to python functions

2009-08-19 Thread rpg
Hi, This is a nice library. Thanks a lot for this. 1) I was wondering if it is possible to perform certain sympy operations, (like substitution, differentiation etc.) and then convert the resulting expression into a pure python function, which could then be used for map, reduce, filter etc. in p