[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.python.org/mailman/listinfo/bangpypers


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 you want to create a text file for every URL?
> Hi, I am new to python and need help with newspaper.
> I am using this module as I find it easier to extract the urls from the
> website.
>
> Here's my code:
>
> import newspaper
> Sc_paper = newspaper.build(u'http://scroll.in/')
> for article in Sc_paper.articles:
> print(article.url)
> http://scroll.in/...
> http://scroll.in/...
>
> Instead of  print I want the urls to export as a .txt file or .csv file.
>
> Thanks in advance.
>
>
> --
> Nimish S. Dalal
> Cell: 9819670499
> Facebook: http://www.facebook.com/nimish.s.dalal
> Twitter: http://twitter.com/nimishdalal 
> Linkedin:http://in.linkedin.com/in/nimishsdll
> Url: http://www.nimishdalal.me
>
> Our generation has had no Great Depression, no Great War. Our war is a
> spiritual war. Our great depression is our lives.
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


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 sessions from (or know of) http://thebenchmates.com/
> ?
> >
>
> also try posting a job listing on https://hasjob.co/ , clearly stating
> your
> requirements may be you will find some volunteer living in your area .
> other option is attend the local user group meetings
> http://www.meetup.com/BangPypers/ , check the archives you will find some
> content to start with .
>
>
> -Satya
> Satyaakam.net  | fossevents.in |​
> ___
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
___
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers


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.
>
>
>
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers