Re: [BangPypers] Favorite tips/techniques

2013-09-10 Thread Sreekandh Balakrishnan
This thread is awesome. Keep them coming. :) Prettyprint comes very handy when it comes to object debugging. Use it in my logger method always ;) http://docs.python.org/2/library/pprint.html ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] what are latest trends?

2013-08-22 Thread Sreekandh Balakrishnan
On Friday, 23 August 2013 at 9:46 AM, Rohit Chormale wrote: friends, can anybody tell me how python development takes place exactly in industry? i mean to know current trends...frontend, middleware, backend softwares... which type of projects are exactly developed and most popular

Re: [BangPypers] RPM Build Help

2013-04-23 Thread Sreekandh Balakrishnan
On Wednesday, 24 April 2013 at 1:09, davidsnt wrote: Hi, Can you help to find out the module that will help me to build RPM's and manipulate with RPM database. I followed http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-rpm-programming-python.html but