Re: [sympy] LaTeX expresentation as input in SymPy

2014-10-27 Thread Francesco Bonazzi
On Sunday, October 26, 2014 4:54:30 PM UTC+1, Richard Fateman wrote: Demo ware by necessity. How can you distinguish (d*y)/ (d*x)from diff(y,x) written as \frac{dy}{dx} ? And it gets worse as notation gets more subtle. sure you can do a+b*c. Why not allow speech input? Speech

Re: [sympy] Targeting specific subexpression for transformations

2014-10-27 Thread Francesco Bonazzi
Interesting, I didn't know of epath, it looks like it supports type-matching, which current wildcards do not support. On Friday, October 24, 2014 4:50:16 PM UTC+2, Mateusz Paprocki wrote: Hi, On 24 October 2014 15:16, Francesco Bonazzi franz@gmail.com javascript: wrote: Consider

[sympy] How to Contribute to SymPy: Naive Pythoner

2014-10-27 Thread Priyanka Jha
Hello, Everyone! I am new to SymPy, but the concept of Sympy looks good to me, I have a basic understanding of python. How should I look forward to contribute to it. Please somebody guide me, where to start. What are the basic tasks I can do as a new python Programmer? Thanks, Priyanka Jha --

Re: [sympy] How to Contribute to SymPy: Naive Pythoner

2014-10-27 Thread Sudhanshu Mishra
Hey Priyanka, Please read this wiki page https://github.com/sympy/sympy/wiki/Beginner%27s-introduction-to-contributing Let us know if you need more information. Regards Sudhanshu Mishra On Oct 27, 2014 9:20 PM, Priyanka Jha codeang...@gmail.com wrote: Hello, Everyone! I am new to SymPy, but

Re: [sympy] How to Contribute to SymPy: Naive Pythoner

2014-10-27 Thread Sushant Hiray
You can also find some easy to fix issues here https://github.com/sympy/sympy/labels/Easy%20to%20Fix. Sushant Hiray, Senior Undergrad CSE, IIT Bombay On Mon, Oct 27, 2014 at 9:30 PM, Sudhanshu Mishra mrsu...@gmail.com wrote: Hey Priyanka, Please read this wiki page