> I was looking at implementing stuff like fermat's and euler's theorem,
You mean this: http://en.wikipedia.org/wiki/Fermat's_little_theorem and this: http://en.wikipedia.org/wiki/Euler's_theorem ? > basic congruences(are they already there?),number theoretic functions > and primitive roots (legendre symbol and quadratic reciprocity if > possible).Although i have coded in python quite a bit, iam new to No, they are not in there as far as I know. > developing open source software.Can u suggest in what order i should > go through the source code? Just follow the tutorial, read: http://code.google.com/p/sympy/wiki/SymPySvn and http://code.google.com/p/sympy/wiki/SympyDevelopment Install Mercurial and do (if you use linux): hg clone http://hg.sympy.org/sympy/ then implement your features and follow: http://code.google.com/p/sympy/wiki/SympyDevelopment And always write tests for every new feature that you implement. Then send your patches and we'll review it & commit it. Ondrej --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
