Hello, On Mon, Mar 12, 2012 at 1:50 PM, Rhythm Gupta <[email protected]> wrote: > > I love coding and i have good background in Maths and Science. Hence, Sympy > looks like the perfect organisation for me. :-) > Would like to apply for Sympy in GSoC. > Could you help me get started with Sympy.?
To get started with SymPy, I would recommend reading the tutorial (and doing some of the things described there): http://docs.sympy.org/0.7.1/tutorial.html . Then I would recommend reading the User's Guide: http://docs.sympy.org/0.7.1/guide.html#guide . This sequence worked for me :-) I hope it would be useful to you as well :-) Then you should decide which part of SymPy you would like to work on. This is an important decision and you should consider it very carefully so that you don't feel the desire to switch to a different domain later on. In the meantime, throw a look at http://code.google.com/p/sympy/issues/list , choose one (or more of them) and fix them. https://github.com/sympy/sympy/wiki/Development-workflow this will help you with setting up your environment. Each of these issues has a cherry on it: http://code.google.com/p/sympy/issues/list?can=2&q=label%3AEasyToFix+&colspec=ID+Type+Status+Priority+Milestone+Owner+Summary+Stars&cells=tiles :-) Good luck and feel free to report your progress to the list, Sergiu -- 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.
