The best place to start is to run through the tutorial http://docs.sympy.org/latest/tutorial/. That will tell you how to use SymPy, but since SymPy basically uses itself everywhere, it is also a good start for developing with SymPy.
For contribution, we have a guide https://github.com/sympy/sympy/wiki/development-workflow, and some easy to fix issues to start with https://github.com/sympy/sympy/issues?labels=Easy+to+Fix&page=1&state=open. Let us know if you have any questions. Aaron Meurer On Tue, May 13, 2014 at 12:26 PM, Abhishek K Das <[email protected]> wrote: > I want to contribute to sympy . > I wanted to know from where should I begin to get acquainted with the code ? > All the codes in various modules import modules various > modules from core as well as other related modules . Which modules were > first implemented for SymPy , at least I wanted to get acqua- > inted with that . > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/521633bc-3800-406b-80ff-949e61b8edd3%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6Knw9veorwygtzJ1nuOLSjqf4Ud%3DTDBO1nH%3DxDB90ujqA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
