Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-17 Thread Sreenivas Reddy T
> > My key insight when solving these using Python was how I was able to > use techniques like memoizing using generators > Yep. my code base is full of generators. The take away from euler problems ,for me is , i lost the fear of mathematics and cool tricks with recursion. https://gist.github.com

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-16 Thread Kenneth Gonsalves
On Tue, 2012-01-17 at 12:24 +0530, Anand Balachandran Pillai wrote: > > I chose python especially for this reason.As programmer moves > along ,i > > think ,he should work on higher level of abstraction. > > or you have to come up with range,map(int,str(123)) ,zip and > Fraction > > module equ

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-16 Thread Anand Balachandran Pillai
On Mon, Jan 16, 2012 at 11:41 AM, Sreenivas Reddy T < thatiparthysreeni...@gmail.com> wrote: > > > >And most of the problems reminded me that Python makes > > programming a lot more easier.otherwise > > > I chose python especially for this reason.As programmer moves along ,i > think ,he

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-15 Thread Sreenivas Reddy T
> >And most of the problems reminded me that Python makes > programming a lot more easier.otherwise I chose python especially for this reason.As programmer moves along ,i think ,he should work on higher level of abstraction. or you have to come up with range,map(int,str(123)) ,zip an

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-15 Thread Balachandran Sivakumar
Hi, On Sat, Jan 14, 2012 at 6:06 AM, Kenneth Gonsalves wrote: > On Sat, 2012-01-14 at 07:45 +0800, Senthil Kumaran wrote: > > me too. I have done 4 - no 3 taught me a lot about the limitations of > range() And most of the problems reminded me that Python makes programming a lot more eas

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-13 Thread Anand Chitipothu
2012/1/14, Senthil Kumaran : > Very nice. I have found Euler' problems focusing on maths a lot. I > could have only solve a couple of them, this thread kindles my > interest to try more. :) These problems are very good exercises for learning a new programming language. I tried solving some of thes

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-13 Thread Kenneth Gonsalves
On Sat, 2012-01-14 at 07:45 +0800, Senthil Kumaran wrote: > Very nice. I have found Euler' problems focusing on maths a lot. I > could have only solve a couple of them, this thread kindles my > interest to try more. :) me too. I have done 4 - no 3 taught me a lot about the limitations of range()

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-13 Thread Senthil Kumaran
Very nice. I have found Euler' problems focusing on maths a lot. I could have only solve a couple of them, this thread kindles my interest to try more. :) Senthil On Thu, Jan 12, 2012 at 11:48:26PM +0530, Anand Balachandran Pillai wrote: > Hi Reddy, > > I had solved some 50 or odd eu

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-12 Thread Anand Balachandran Pillai
Hi Reddy, I had solved some 50 or odd euler problems in 2006 in Python. I have the solutions saved somewhere in my laptop. I will look at yours and probably try to publish mine as well. It is quite an interesting project. --Anand On Thu, Jan 12, 2012 at 1:31 PM, Sreenivas

Re: [BangPypers] I have solved some of the project euler problems in python

2012-01-12 Thread Sreenivas Reddy T
Sorry!! Here is the link.. https://github.com/srinivasreddy/euler Thanks & Regards, Sreenivas Reddy Thatiparthy, 9703888668. "Anyone who has never made a mistake has never tried anything new !!! " --Albert Einstein On Thu, Jan 12, 2012 at 1:30 PM, Sreenivas Reddy T < thatiparthysreeni...@gmail

[BangPypers] I have solved some of the project euler problems in python

2012-01-12 Thread Sreenivas Reddy T
Hi , I have solved 32 of project euler problems in python.If you anybody interested please take a look at them. Any kind of feedback is welcome. I am planning to solve more of them in future. Another question i have is,do these worth mention on resume?I feel more like these should be in