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
-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
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
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
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.
>
>
>
__