Re: [BangPypers] NLTK

2013-09-08 Thread harish badrinath
Hello, On Sun, Sep 8, 2013 at 2:34 AM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: Dear All, I want to build a simple automatic text based chat bot for mobile, tablet specs for proof of concept. How do you plan to preseed the knowledge for the application (manually

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread Palak Mathur
On Sun, Sep 8, 2013 at 12:45 AM, Pratham Gadre pratham.ga...@gmail.comwrote: Audrey, We would like to hear your thoughts on the antics pulled by Anand Pillai (member of PSF). ref: https://mail.python.org/pipermail/bangpypers/2013-September/thread.html Mails with the subject :

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread T S KAMATH
Hi.. Its was in bad taste and treated as such, proper apology demanded and given.. hence we hope all the concerned party rest this.. or take it up in private. ..a full apology from Anand is on the maillist, posted at 9:50AM 8 Sep 2013. rgds Srikanth On 08-Sep-2013, at 11:15 AM, Pratham

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread ashish makani
+1 to Svaksha Pratham for speaking out. Anand Pillai, your conduct is unbecoming of a python community member, leave alone a member of PSF and IPSS. IMHO, there should be no place on PSF for people like you. In your first response, you come off as super arrogant haughty, as if having started

Re: [BangPypers] NLTK

2013-09-08 Thread Gopalakrishnan Subramani
I have database of specs in json format. This is not manual effort. Right now, NLTK seems to be hard to me. I will try a plain Python wrappers based on word match, approach NLTK later. Thanks. On Sun, Sep 8, 2013 at 11:29 AM, harish badrinath harishbadrin...@gmail.com wrote: Hello, On

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread Abdul Muneer
+1 Regards, Abdul Muneer -- Follow me on Twitter: @abdulmuneer http://twitter.com/#%21/abdulmuneer On Sun, Sep 8, 2013 at 11:52 AM, T S KAMATH tsk.kam...@gmail.com wrote: Hi.. Its was in bad taste and treated as such, proper apology demanded and given.. hence we hope all the concerned

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread Abdul Muneer
Ouch, there was mail that came just before i hit send. I +1-ed what Mr. Kamath said. Its was in bad taste and treated as such, proper apology demanded and given.. hence we hope all the concerned party rest this.. or take it up in private. It might be a politically incorrect thing for person

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread Noufal Ibrahim
Pratham Gadre pratham.ga...@gmail.com writes: Audrey, We would like to hear your thoughts on the antics pulled by Anand Pillai (member of PSF). I think this is getting out of hand. There were mistakes made intentional or otherwise and this caused a lot of ill will. I'm not particularly fond

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread svaksha
On Sun, Sep 8, 2013 at 4:20 AM, Anand B Pillai anandpil...@letterboxes.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 08 September 2013 08:23 AM, svaksha wrote: The next time you see anything related to PyLadies or women in Foss, feel free to air your sexist view

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread Annapoornima Koppad
All, Even though I am not particularly fond of Anand's deeds or comments, he has done a lot of work for the Python movement in his previous years. Which I believe should have added more sense of responsibility in his actions, given his experience. Which apparently has not happened. I suggest

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread Ramdas S
I think this is getting out of hand. There were mistakes made intentional or otherwise and this caused a lot of ill will. I'm not particularly fond of witch hunts. I don't think they're very effective and the damage done to the larger organisation when one of these things happen is often

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread Anand B Pillai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 08 September 2013 12:46 PM, svaksha wrote: On Sun, Sep 8, 2013 at 4:20 AM, Anand B Pillai anandpil...@letterboxes.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 08 September 2013 08:23 AM, svaksha wrote: The

[BangPypers] Event report: PyCon India 2013

2013-09-08 Thread Kushal Das
Hi, I blogged the event report at [1], photos from the event can be found at [2]. [1] http://kushaldas.in/posts/event-report-pycon-india-2013.html [2] http://www.flickr.com/photos/kushaldas/sets/72157635408571946/ Kushal -- http://fedoraproject.org http://kushaldas.in

Re: [BangPypers] https://github.com/pythonhacker/ladies.py

2013-09-08 Thread Pratham Gadre
On Sun, Sep 8, 2013 at 7:22 AM, Ramdas S ram...@gmail.com wrote: Anand is someone who has contributed immensely as a programmer, and as an evangelist to Python community. His humour may be distasteful, misogynist or whatever, but that are his personal views, and definitely not as IPSS

Re: [BangPypers] How to run a block of code just before the interpreter is being exited like END{} in perl ??

2013-09-08 Thread Saager Mhatre
On Tue, Sep 3, 2013 at 1:27 AM, Anand B Pillai anandpil...@letterboxes.orgwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 02 September 2013 08:09 PM, venkatakrishnan g wrote: import atexit def callback(): print about to exit! atexit.register( callback ) Better use

Re: [BangPypers] How to run a block of code just before the interpreter is being exited like END{} in perl ??

2013-09-08 Thread Saager Mhatre
On Tue, Sep 3, 2013 at 8:47 AM, Anand B Pillai anandpil...@letterboxes.orgwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 03 September 2013 06:27 AM, Anand Chitipothu wrote: This is another version of this by mucking around directly with sys.exitfunc using a with context.

Re: [BangPypers] Event report: PyCon India 2013

2013-09-08 Thread Navin Pai
Nice one Kushal.. and as always, awesome pics :) Here's my review of PyCon 2013 http://www.lifeofnav.in/2013/09/review-pycon-india-2013.html Navin http://lifeofnav.in ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] folder initialization issues

2013-09-08 Thread Saager Mhatre
On Thu, Aug 29, 2013 at 9:43 AM, Noufal Ibrahim nou...@nibrahim.net.inwrote: Anand Chitipothu anandol...@gmail.com writes: [...] Lets say you a python file x.py. You can import it just using import x. If you have y/x.py, you would import it using import y.x or from y import x. Here

[BangPypers] Fwd: https://github.com/pythonhacker/ladies.py

2013-09-08 Thread svaksha
Chris, was it easier to troll in private than on the public Bangpypers mailing list? If you're reduced to ad hominem and that too in private off-list messages, you're pretty clearly out of anything remotely relevant to say. svaksha ॥ स्वक्ष -- Forwarded message -- From:

[BangPypers] Why PyLadies

2013-09-08 Thread Mandar Vaze / मंदार वझे
before, and I would be interested in your response: What purpose is served by creating a women's group, instead of joining the existing group thus making it more diverse? In other words, what purpose is served by intentional segregation? Was this ever answered ? -Mandar

Re: [BangPypers] Fwd: https://github.com/pythonhacker/ladies.py

2013-09-08 Thread CsquaredinOmaha
That is what I thought - you have no answers and are simply interested in forcing others by your bullying. I took it off topic, directly to you, because I was honestly interested in your reply and didn't want your reply to be compelled to be less than honest. So my asking you a question you

Re: [BangPypers] Fwd: https://github.com/pythonhacker/ladies.py

2013-09-08 Thread CsquaredinOmaha
My apologies folks,  this was intended to be send directly to the individual, not to the group. I generally ask someone to justify their beliefs, not to see if I agree or not,  but merely to determine if they have bothered to think out their own position.   If they haven't done any thinking.

[BangPypers] Fwd: Fw: Fwd: https://github.com/pythonhacker/ladies.py

2013-09-08 Thread svaksha
Chris, STOP emailing me offlist. I made it very clear earlier that I didnt want to have any private conversations and have said everything on the list. List admins, can you do something to stop this? Thanks. svaksha ॥ स्वक्ष -- Forwarded message -- From: CsquaredinOmaha

Re: [BangPypers] Fwd: Fw: Fwd: https://github.com/pythonhacker/ladies.py

2013-09-08 Thread CsquaredinOmaha
My apology is retracted.  I am sorry to have asked questions you can't answer. And I am truly sorry you are so unpleasant in how you deal with anything that isn't exactly to your liking. Again, closing the thread. From: svaksha svak...@gmail.com To: Bangalore

[BangPypers] Appropriate list conduct (was Re: Fwd: Fw: Fwd: https://github.com/pythonhacker/ladies.py)

2013-09-08 Thread Dhananjay Nene
Top posting since am making some rather broad comments rather than to specific lines in particular. This is a thread which has been bothering me since morning. For a number of reasons. None of them have to do with the very essence of the thread, since I never got to see the repository and the

Re: [BangPypers] Appropriate list conduct (was Re: Fwd: Fw: Fwd: https://github.com/pythonhacker/ladies.py)

2013-09-08 Thread Bibhas
Thanks Dhananjay, Finally someone is asking something sensible among all the mud throwing that's going on. I have the same set of questions. I'm one of the junior most members here and the behaviors of all the senior members have really disappointed me for last two days. Specially because a

[BangPypers] Closing the thread (was Re: Fwd: Fw: Fwd: https://github.com/pythonhacker/ladies.py)

2013-09-08 Thread Anand B Pillai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 09 September 2013 12:28 AM, CsquaredinOmaha wrote: My apology is retracted. I am sorry to have asked questions you can't answer. And I am truly sorry you are so unpleasant in how you deal with anything that isn't exactly to your