How to pretty mathematical formulas in Python? Similar to Mathematica formats.

TheSeeker duane.kaufman at gmail.com
Thu Jun 11 16:27:45 EDT 2015


On Thursday, June 11, 2015 at 1:33:12 PM UTC-5, Sebastian M Cheung wrote:
> How to pretty mathematical formulas in Python? Similar to Mathematica formats.
> 
> Are there good packages to prettify mathematica formulas in Python?

Sympy (http://www.sympy.org/en/index.html) has some capabilities to pretty-print mathematics.

Duane



More information about the Python-list mailing list