[BangPypers] [Inpycon] PyCon India 2012: Important Dates

2012-08-14 Thread Palak Mathur
Dear All, It is my pleasure to inform you all that PyCon India 2012, the fourth edition of PyCon India conference is being held in Bangalore,India from 28th September 2012 to 30th September 2012. The website for the same is: http://in.pycon.org/2012/ With two keynote speakers, Jacob Kaplan-Mos (

Re: [BangPypers] executing shell commands through python script

2012-08-14 Thread kracekumar ramaraju
I use `envoy` as alternate to subprocess. https://github.com/kennethreitz/envoy/ Here is an example how to use it https://gist.github.com/3347296. Disclaimer: I used to contribute to envoy. On Tue, Aug 14, 2012 at 11:24 AM, Palak Mathur wrote: > I also use subprocess module. Actually, I think