Re: [sympy] Proposing a SymPy workshop at PyCon India

2020-08-07 Thread Aaron Meurer
There's also https://github.com/sympy/scipy-2016-tutorial (there may be a newer version somewhere). Aaron Meurer On Fri, Aug 7, 2020 at 1:13 AM Jason Moore wrote: > > Nikhil, > > I'd suggest using and improving the existing tutorial: > > https://docs.sympy.org/latest/tutorial/ > > This has been

Re: [sympy] Proposing a SymPy workshop at PyCon India

2020-08-07 Thread Jason Moore
Nikhil, I'd suggest using and improving the existing tutorial: https://docs.sympy.org/latest/tutorial/ This has been given at several prior conferences. I think it was designed for a 4 hour session. Jason moorepants.info +01 530-601-9791 On Thu, Aug 6, 2020 at 10:04 PM Nikhil Maan wrote: >

Re: [sympy] Convert Rational to Float

2020-08-07 Thread Aaron Meurer
Possibly related issue https://github.com/sympy/sympy/issues/19774 Aaron Meurer On Thu, Aug 6, 2020 at 5:28 PM Oscar Benjamin wrote: > > I'm not sure why that doesn't work but you can just use evalf directly: > > In [7]: expr > Out[7]: > 5/2 5/2 > 10⋅x ⋅ℯ > > 3 > > In [8