Re: [BangPypers] regarding python

2013-06-18 Thread Sreenivas Reddy T
This link helps beginners a lot. http://learnpythonthehardway.org/book/ Best Regards, Srinivas Reddy Thatiparthy 9703888668. "Anyone who has never made a mistake has never tried anything new !!! " --Albert Einstein On Tue, Jun 18, 2013 at 7:47 PM, Siva Ranganath wrote: > hello Python gro

Re: [BangPypers] Death of Aaron Swartz

2013-01-14 Thread Sreenivas Reddy T
I didn't know him before. I just came to know about him after his death. The other day, i gone through web.py code, i have felt like this is just simple..just bare metal compared to django. I felt like people should first learn web.py before moving to django. There is a considerable learning c

Re: [BangPypers] Sad demise of our dear KG (Keneth Gonsalvas)

2012-08-06 Thread Sreenivas Reddy T
RIP Kenneth. Thanks & Regards, Sreenivas Reddy Thatiparthy, ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Truth Tests (bool)

2012-01-17 Thread Sreenivas Reddy T
> > > 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

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-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] Truth Tests (bool)

2012-01-13 Thread Sreenivas Reddy T
I would like to clear things here.I am assuming beginner as a common denominator to this post. len() method is just a shortcut to __len__ magic method .So when you call len() on your own container type ,it does not traverse whole sequence ,it just calls __len__ method and returns value(assume s

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 <

[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

Re: [BangPypers] How about meet-up

2012-01-07 Thread Sreenivas Reddy T
> > I would love to join, > Has someone worked with pypy and intersted in sharing the experience? > PyPy piqued my interest too.Read that guys at quora completely switched to PyPy. +1 for PyPy. ___ BangPypers mailing list BangPypers@python.org http://

[BangPypers] How about meet-up

2012-01-06 Thread Sreenivas Reddy T
Guys, How about meet-up? Do you guys have any specific plans or schedule for this month's meet up. P.S: I have relocated to bangalore for good. Thanks & Regards, Sreenivas Reddy Thatiparthy, 9703888668. "Anyone who has never made a mistake has never tried anything new !!! " --Albert Ei

Re: [BangPypers] Coming soon page designer needed (was: BangPypers Digest, Vol 52, Issue 26)

2011-12-27 Thread Sreenivas Reddy T
> P.S. This is the first email I've seen that's explictly asking for a >     "beautiful" coder to get work done. :) Haha...ROFL. Regards, Srinivas Reddy T. ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpyp

Re: [BangPypers] ubutu fonts..

2011-11-08 Thread Sreenivas Reddy T
11-11-08 at 18:51 +0530, Sreenivas Reddy T wrote: > > Please pardon me for this off-topic post. > > why should we? > -- > regards > Kenneth Gonsalves > > ___ > BangPypers mailing list > BangPypers@python.

Re: [BangPypers] ubuntu fonts..

2011-11-08 Thread Sreenivas Reddy T
I should have mentioned that i googled but no success...thanks for the lmgtfy... :) On Nov 9, 2011 7:16 AM, "Vinay Shastry" wrote: > > On 8 November 2011 18:51, Sreenivas Reddy T > wrote: > > Hi, > > > > Please pardon me for this off-topic post. > &g

[BangPypers] ubutu fonts..

2011-11-08 Thread Sreenivas Reddy T
Hi, Please pardon me for this off-topic post. I really like default font of ubuntu command line. I don’t know the name of it or I don’t know how to get the name of it. Anybody know the name of that font? Are they present in windows too? If they don’t come with windows (I use windows 7) by defau