Re: [sympy] OpenSource Project

2012-05-22 Thread krastanov.ste...@gmail.com
When I have absolutely no idea where to start I just create a file called temp.py somewhere and start writing the functionality. If after having some code you still do not know where to put it, just send a pull request (very much preferable aver patches) with the temp.py file and we will help.

Re: [sympy] OpenSource Project

2012-05-22 Thread Sergiu Ivanov
Hello, On Mon, May 21, 2012 at 7:32 PM, Saurabh Jha saurabh.j...@gmail.com wrote: Should I implement the sub- functions first and send them as patches or something else. I usually go through the plan of the features I plan to implement and pick one which looks small enough to be independent.

[sympy] OpenSource Project

2012-05-21 Thread Saurabh Jha
Hi, I am sorry, I am new to opensource world, so I don't know the rules of the game. I discussed the idea of implementing kauers' algorithm to find the limits of series with Aaron Meurer, and he told me that it's a good idea. I read the development workflow wiki but I am not able to figure