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
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
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
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
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 =