[sympy] Google Code In 2012

2012-09-24 Thread Aaron Meurer
Hi everyone. Google has announced again that they are running Google Code In, and has invited mentoring organizations to participate. For those of you who did not help out last year, Google Code In is a contest run by Google in the (northern hemisphere) winter months for 13-17 year-olds. Several

[sympy] Re: Google Code In 2012

2012-09-24 Thread Aaron Meurer
Oh, and one point I forgot to mention. The application period for organizations opens October 22. So we should decide by then if we want to apply. For those going to the mentor summit, that is right after the summit, so I recommend you go to the session on GCI at the summit. Aaron Meurer On Mo

Re: [sympy] Google Code In 2012

2012-09-24 Thread Sergiu Ivanov
Hello, On Mon, Sep 24, 2012 at 9:01 PM, Aaron Meurer wrote: > > Google has announced again that they are running Google Code In, and > has invited mentoring organizations to participate. [...] > I think the only issue for us then with regards to applying or not is, > as I said, if we have enough

Re: [sympy] Google Code In 2012

2012-09-24 Thread Sean Vig
On Mon, Sep 24, 2012 at 2:01 PM, Aaron Meurer wrote: > Hi everyone. > > Google has announced again that they are running Google Code In, and > has invited mentoring organizations to participate. For those of you > who did not help out last year, Google Code In is a contest run by > Google in the

[sympy] newbie

2012-09-24 Thread Shalin Shah
hello all, i am new to this and dont know from where to start can anyone help me ? thanks, Shalin -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/Vz0eNG1NvXEJ. To post

Re: [sympy] newbie

2012-09-24 Thread Aaron Meurer
A good place to start is the tutorial: http://docs.sympy.org/dev/tutorial.html I'm pointing you to the dev docs because it has a little interactive shell on the bottom right (you need a fairly modern browser), where you can test out the commands. Just click on one of the green "Run code block in S

Re: [sympy] newbie

2012-09-24 Thread Matthew Rocklin
There is some good information on the wiki https://github.com/sympy/sympy/wiki In particular I recommend the Development section. The 2011 Google Code In article is also particularly well written https://github.com/sympy/sympy/wiki/GCI-2011-Landing On Sun, Sep 23, 2012 at 12:50 AM, Shalin Shah w

Re: [sympy] newbie

2012-09-24 Thread Matthew Rocklin
Ah, I assumed you were asking about contributing code but this might not be correct. Aaron's answer is probably better. On Mon, Sep 24, 2012 at 10:00 PM, Matthew Rocklin wrote: > There is some good information on the wiki > https://github.com/sympy/sympy/wiki > > In particular I recommend the Dev

Re: [sympy] Possible addition to logic functionality

2012-09-24 Thread Ondřej Čertík
Hi Sachin, Thanks for the contribution. I think that having the truth table routines in sympy would be useful. Can you please submit this as a github pull request? You can follow the howto here: https://help.github.com/articles/using-pull-requests or more detailed how to here: https://github.c

Re: [sympy] Undesirable behavior from cse

2012-09-24 Thread Ondřej Čertík
Larry, On Fri, Sep 7, 2012 at 2:50 PM, Larry Wigton wrote: > > > On Thursday, September 6, 2012 6:26:38 PM UTC-7, smichr wrote: >> >> On Fri, Sep 7, 2012 at 1:40 AM, Larry Wigton wrote: >> > Python code using cse from sympy: >> > >> > from sympy import * >> > x=Symbol('x') >> > y=Symbol('y') >>

Re: [sympy] Google Code In 2012

2012-09-24 Thread Ondřej Čertík
On Mon, Sep 24, 2012 at 12:01 PM, Aaron Meurer wrote: > Hi everyone. > > Google has announced again that they are running Google Code In, and > has invited mentoring organizations to participate. For those of you > who did not help out last year, Google Code In is a contest run by > Google in the

Re: [sympy] Google Code In 2012

2012-09-24 Thread Aaron Meurer
On Mon, Sep 24, 2012 at 11:39 PM, Ondřej Čertík wrote: > On Mon, Sep 24, 2012 at 12:01 PM, Aaron Meurer wrote: >> Hi everyone. >> >> Google has announced again that they are running Google Code In, and >> has invited mentoring organizations to participate. For those of you >> who did not help ou

Re: [sympy] Undesirable behavior from cse

2012-09-24 Thread Chris Smith
>> if not b.q % a.q or not a.q % b.q: >> AttributeError: 'Infinity' object has no attribute 'q' Infinity stopped inheriting from Rational a long time ago and this is one of those lurking areas where it causes problems. -- You received this message because you are subscribed to the Google Gro