jupdarter's comments

jupdarter | 5 years ago | on: Permanent suspension of @realDonaldTrump

I doubt it’s as big as you say. Watch interviews with normal Trump voters (ie, not the meme-lords and q nuts), and they have expressed a pretty high degree of frustration with his Twitter habit for most of his presidency. Given how long Twitter has put up with the obvious abuse of the latitude they uniquely gave him, a lot of people may be grumpy but will understand. Had they done this years ago and NOT given him such exceptional latitude, then you’d probably have seen much larger blowback.

jupdarter | 5 years ago | on: Doing Symbolic Math with SymPy

I’ve had similar problems as others posting here have. To be honest when I’ve had to do symbolic math at work (usually some combination of computational geometry and PDEs), I typically fall back to maxima or Mathematica (if my collaborators also have licenses). Those systems are quite solid and very mature when it comes to symbolic work, and I never saw any value in using SymPy since I can get to maxima from Python via Sage. I will admit though: I tend to not do that since I’m usually pretty happy in maxima or Mathematica directly and don’t see a reason to complicate things with a layer of Python. I taught a course a couple years back where I tried to use sympy since we were using a bunch of other Python tools (numpy, scipy, etc...), and the sympy part felt very awkward. I think I remember showing the students maxima and Mathematica to convince them that computers really could do complex symbolic work and not to get too turned off by the Python tools.
page 1