Re: import math error

2014-11-16 Thread Mayank Tripathi
Why the colon in '(1,1,2)'? On Mon Nov 17 2014 at 1:41:10 AM ryguy7272 wrote: > When I type 'import math', it seems like my Python recognizes this > library. Great. When I try to run the following script, I get an error, > which suggests (to me) the math library is not working correctly. > > S

Re: Decorators (was: Re: I love assert)

2014-11-14 Thread Mayank Tripathi
Decorators were there in Python 2.4, released in 2005. Not exactly new. On Sat Nov 15 2014 at 7:51:11 AM Richard Riehle wrote: > On Friday, November 14, 2014 2:18:48 PM UTC-8, Marko Rauhamaa wrote: > > Richard Riehle : > > > > > I find that not a lot of Python user really appreciate the power of

Re: python on android: where to start

2014-11-14 Thread Mayank Tripathi
You can try Kivy. http://kivy.org On Fri Nov 14 2014 at 7:51:08 PM maurog wrote: > I looked at the newsgroup, but I didn't find recent infos on this topic. > On the other side I went lost by looking for this topic with google. So > I'm asking you my question, if I want to develop or run some cod