GitHub is by far the easiest. Copying and pasting code or even downloading and applying a patch takes a bit of work, but looking at code in a github repository takes two commands, git fetch and git checkout (three if I haven't added you as a remote yet).
Aaron Meurer On Jun 9, 2010, at 9:13 AM, Alan Bromborsky wrote: > Shortly abstract tensor module for sympy will be ready for people to play > with. What is best way to handle this. Should I post my tensor branch of > sympy on git-hub or what? > > -- > 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. > -- 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.
