>
> 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
>
>
> This is an interesting point especially with Python3 returning something
> other than lists for things like dict.keys. I'll dig into this a
> little.
>
> Thanks.
>
>
Noufal,if haven't gone through ,
>From the PEP -3106.
"This PEP proposes to change the .keys(), .values() and .items() methods
Date : 21st Jan 2012 ?
rAm
i Think, i Wait, i Fast -- Siddhartha
http://sodidi.ramjeeganti.com
On Tue, Jan 17, 2012 at 10:26 AM, Noufal Ibrahim wrote:
> Venkatraman S writes:
>
> > On Mon, Jan 16, 2012 at 9:39 PM, Noufal Ibrahim >wrote:
> >
> >> That's swell. I think it would be nice to have