Re: [BangPypers] ActiveState/O'Reilly Launch New and Improved Code Share Site (Python) via @Bret

2010-02-22 Thread Anand Balachandran Pillai
On Sun, Feb 21, 2010 at 6:24 PM, Abhishek Mishra wrote: > Its pretty useful, though I prefer landing there from a google search > at times, solved a few urllib issues. > Few things I liked about this. 1. Shows hits and rating per recipe right in the front page 2. Orders recipe based on a combin

Re: [BangPypers] DreamPie - A new Interactive Python Shell

2010-02-22 Thread Santhosh Divakar
This is awesome. But, would there be any limitations with interactive shells like these?. -Thanks Santhosh On Tue, Feb 23, 2010 at 12:38 AM, Jeffrey Jose wrote: > I remember a while ago we were talking about python shells. I came across > this. http://dreampie.sourceforge.net/ > > Note: I havent

Re: [BangPypers] DreamPie - A new Interactive Python Shell

2010-02-22 Thread Umar Shah
thanks for sharing jeff , these shells prove to be very useful during testing things out, so far i was using bpyton directly available from the ubuntu repository. Will try this one out as wll. -umar On Tue, Feb 23, 2010 at 12:38 AM, Jeffrey Jose wrote: > I remember a while ago we were talking

[BangPypers] DreamPie - A new Interactive Python Shell

2010-02-22 Thread Jeffrey Jose
I remember a while ago we were talking about python shells. I came across this. http://dreampie.sourceforge.net/ Note: I havent given it a try. Just sharing it incase someone finds it useful. Share with us your thoughts if you do. >From the website DreamPie is a Python shell which is designed to

[BangPypers] [Matplotlab]: Generate only tabular report

2010-02-22 Thread Hussain Bohra
Hi All, Can any one tell me how to generate only table using MatPlotLab. Please find my code: # do this before importing pylab or pyplot import matplotlib matplotlib.use('Agg') from pylab import figure, table fig = figure() colLabels = ('Freeze', 'Wind', 'Flood', 'Quake', 'Hail') rowLabels =