[BangPypers] Anyone need PyCon ticket?

2014-09-22 Thread sshabin...@gmail.com
Hi All, Due to some unavoidable situation I am not attending Pycon this time. I have registered for it. If anyone is interested you can buy the ticket from me. You can contact me at --S ___ BangPypers mailing list BangPypers@python.org https://mail.pyt

Re: [BangPypers] Newspaper in Python

2015-04-24 Thread sshabin...@gmail.com
-OR- import newspaper articles = [ ] Sc_paper = newspaper.build(u'http://scroll.in/') for article in Sc_paper.articles: articles.append(article) with open("filename", "w") as f: f.write( "\n".join(articles) ) On Fri, Apr 24, 2015 at 12:29 PM, Prince Sharma wrote: > By export you mean

Re: [BangPypers] Looking for in person-training in and around Domlur

2015-05-13 Thread sshabin...@gmail.com
Hi, I live near Indranagar, I am developer with 7+ yrs, but not a trainer. I can volunteer over weekends for couple of hours. You can reach out to me on shabi at fossix [dot] org if interested. @shabinesh On Wed, May 13, 2015 at 3:28 PM, satyaakam goswami wrote: > > > > taken any training ses

Re: [BangPypers] Sad demise of our dear KG (Keneth Gonsalvas)

2012-08-03 Thread sshabin...@gmail.com
This is really tragic, FOSS community is going to miss him. Let our prayers give strength to his family. -- Shabinesh S ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Try Ninja IDE

2012-08-21 Thread sshabin...@gmail.com
PyCharm is also an excellent editor for python, with special support for Django. But the sad thing is it's paid. http://www.jetbrains.com/pycharm/ On Wed, Aug 22, 2012 at 9:14 AM, Yoganand Anandaraju wrote: > http://ninja-ide.org/ > > for those who have not googled yet. > > > __