Re: [sympy] How to start for gosc-2017 in Sympy

2016-09-10 Thread Jason Moore
Start by reading this document and setting up your development environment: https://github.com/sympy/sympy/wiki/introduction-to-contributing Jason moorepants.info +01 530-601-9791 On Sat, Sep 10, 2016 at 11:12 AM, Animesh Anand < animesh.anand.cs...@itbhu.ac.in> wrote: > HiI am Animesh

[sympy] Re: autowrap vs codegen

2016-09-10 Thread Jason Moore
Codegen generates the actual text for a variety of languages, i.e. you have to compile it in that language. Autowrap generates the code, wraps it for use in Python, and then imports the Python code. See: http://docs.sympy.org/latest/modules/codegen.html On Saturday, September 10, 2016 at

[sympy] autowrap vs codegen

2016-09-10 Thread Kamel Ibn Aziz Derouiche
Hi All, I'am new member -:) . A sample question: What difference between sympy.utilities.autowrap and sympy.utilities.codegen mecanisme? Bests Regards Kamel -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

[sympy] How to start for gosc-2017 in Sympy

2016-09-10 Thread Animesh Anand
HiI am Animesh Anand Student of IIT BHU (Varanasi) India.I am intersted in joining Gsoc-2017(Sympy).I know python and c++ so what should do I at first? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

Re: [sympy] New attribute: is_symbol (lowercase S)

2016-09-10 Thread Aaron Meurer
I guess I like it. I think generalizing the notion of a symbol and not requiring explicit subclassing is a good thing. Aaron Meurer On Saturday, September 10, 2016, Francesco Bonazzi wrote: > > > On Friday, 9 September 2016 17:59:43 UTC+2, Aaron Meurer wrote: >> >> Is

Re: [sympy] New attribute: is_symbol (lowercase S)

2016-09-10 Thread Francesco Bonazzi
On Friday, 9 September 2016 17:59:43 UTC+2, Aaron Meurer wrote: > > Is it possible to always use _diff_wrt, but to not replace them with > dummys by default? > > It tried it but got the impression that most of the code handling derivatives by function objects should be rewritten. So, no, it's