[BangPypers] Recruitment Event on 18-Sep-2010

2010-09-16 Thread Santhosh Divakar
Developers who are interested please send a mail to Shantonu ( cc-ed ) in the mail. *** * * * *Tools Development Engineer* * * *Job Description:* As a member of the Test Technologies group at Juniper you will be part of a global team with primary responsibility for the tools / infrastru

[BangPypers] [JOB Opening] Juniper Networks

2010-07-22 Thread Santhosh Divakar
*Tools Development Engineer* *Job Location: Bangalore* * * *Job Description:* As a member of the Engineering Software Tools group at Juniper you will be part of a global team with primary responsibility for the tools infrastructure of the JUNOS software development environment. You will desig

Re: [BangPypers] July meetup

2010-07-21 Thread Santhosh Divakar
On Wed, Jul 21, 2010 at 1:10 PM, Noufal Ibrahim wrote: >How's this Sunday look? > > +1 ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

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] Help Python framework for report creation (bar graph, pie etc)

2009-09-16 Thread Santhosh Divakar
For plotting you can use gnuplot or pychart. Now for my project I used both gnuplot and pychart , but went with pychart since the latter is easier to integrate with a web-framework. I can ask pychart to give me the output in a PNG format and I can use that in a web page. The documentation of pycha