Hello, On Sat, Mar 24, 2012 at 6:48 PM, Dmitry Kozlov <[email protected]> wrote: > > I am interested in informatics and different programming languages > including Python, with which I am quite familiar. I have been using > python for about 3 years in different small applications (ranging from > networking and gui to implementation least square method for own > purposes). Unfortunately, I have no experience of participation in > real projects and github account.
In this case you will have to create a GitHub account. Without one you will not be able to send a pull request. > I found this ideas great: > * implement general code parsing (Mathematica, Maxima, Axiom etc.) > using e.g. pyparsing. > * improve the integration algorithm, so that SymPy can integrate > anything that can be integrated. > * parsing (fortran and C code to sympy expressions). Which one of these you like most? There are already on-going discussions on both of these topics (for example, [0] and [1], but there are more), you may find looking at them useful. > But I still have some questions: > * What is the time to write a patch? If you are asking whether now is the right time to write the patch, then the answer is "Yes, sure". > * How deep should be the background in mathematics and physics? A lot depends on the task you choose. Neither of the tasks you list requires knowledge in physics; parsing does not require mathematical knowledge, but you need to have the proper background in parsers. > You can contact me via email [email protected] Are you subscribed to SymPy Google Group? If not, you should definitely do that. Sergiu [0] https://groups.google.com/d/topic/sympy/y6K7JFNLpl0/discussion [1] https://groups.google.com/d/topic/sympy/rGQ8L5Z26Y0/discussion -- 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.
