On Sun, Mar 18, 2012 at 6:36 PM, Surya <[email protected]> wrote: > > Actually, I went through Ipython (haven't used before) but couldn't > really get much by looking at it briefly. > So, is it fine about it as I am very much willing to learn it.
I don't think you need to know how IPython works to work on SymPy :-) > Can you tell me what all things I should actually learn before > starting doing this project.. The standard sequence I usually recommend is: read the tutorial [0] and the user's guide [1]. Then take a look at the issue tracker [2], choose an issue you feel like fixing and submit a pull request. The page [3] will help you set up your environment. Sergiu [0] http://docs.sympy.org/0.7.0/tutorial.html [1] http://docs.sympy.org/0.7.0/guide.html [2] http://code.google.com/p/sympy/issues/list [3] https://github.com/sympy/sympy/wiki/Development-workflow -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
