[BangPypers] CBSE to teach introduction to python in class 11 and 12

2013-06-22 Thread Kunal Ghosh
Here is the circular , http://cbseacademic.in/web_material/Circulars/2013/31_Computer_Science_Curriculum.pdf just thought I'd share. Kunal Ghosh ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] Opening at a telephony startup(Plivo)

2012-03-21 Thread Kunal Kerkar
Hello, We are a small team based in Bangalore. We heavily use django, gunicorn, gevent, freeswitch and redis. Take a look at our offering post to know more about us and apply. http://blog.plivo.com/post/14916412793/come-join-us Cheers, Kunal

Re: [BangPypers] Feb Meeting

2012-02-15 Thread kunal ghosh
___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers -- regards, Kunal Ghosh ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman

Re: [BangPypers] Looking for Guest Speaker on Python and NLTK

2011-10-16 Thread kunal ghosh
/mailman/listinfo/bangpypers -- regards, Kunal Ghosh ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Looking for Guest Speaker on Python and NLTK

2011-10-11 Thread kunal ghosh
-- regards, Kunal Ghosh ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

[BangPypers] [X-Post] Technical Events in India

2011-08-21 Thread kunal ghosh
could use http://groups.google.com/group/teindia/boxsubscribe to register to the group. * This list is to aggregate ALL TECH EVENTS including but not restricted to events focusing on Free and Open Source Software. -- regards, Kunal Ghosh ___ BangPypers

Re: [BangPypers] Python and Employment

2011-07-15 Thread kunal ghosh
On Fri, Jul 15, 2011 at 7:29 PM, Careers Account care...@mquotient.netwrote: Kunal, Great question! It really is a function of who is reviewing your resume at the end of the day - If its HR / Recruitment - they will not be able to assess technical skills to the level a tech lead/ manager

Re: [BangPypers] Python and Employment

2011-07-15 Thread kunal ghosh
(and bring prominence to) during the hiring process. That would make the job of a person looking for FOSS experience much easier ! One wouldn't want to miss a chance of getting a job where the hiring process is of the third kind (as mentioned above) -- regards, Kunal Ghosh

Re: [BangPypers] Python and Employment

2011-07-15 Thread kunal ghosh
with past experience , to prospective candidates, to bring out (and highlight) their FOSS experience in their resume and during the hiring process. -- regards, Kunal Ghosh ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman

Re: [BangPypers] Python WebDAV client library

2011-06-27 Thread kunal ghosh
. -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India permalink: member.acm.org/~kunal.t2 http://member.acm.org/%7Ekunal.t2 Blog:kunalghosh.wordpress.com Website:www.kunalghosh.net46.net

[BangPypers] Python WebDAV client library

2011-06-23 Thread kunal ghosh
Hi all, Can anyone please suggest some actively developed python WebDAV client library ? I did my preliminary search and found quite a few libraries almost all of them are abandon ware. -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India permalink

[BangPypers] UDP Hole Punching using python

2011-02-25 Thread kunal ghosh
the following error *error: [Errno 22] Invalid argument* i dunno how to resolve this issue. Also can someone plese help me out with the holepunching. Am i doing something wrong ? -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India permalink: member.acm.org/~kunal.t2

Re: [BangPypers] UDP Hole Punching using python

2011-02-25 Thread kunal ghosh
On Sat, Feb 26, 2011 at 6:37 AM, Senthil Kumaran orsent...@gmail.comwrote: On Fri, Feb 25, 2011 at 08:42:31PM +0530, kunal ghosh wrote: step 1: holepunch , send UDP packet from receiver to sender from socket import * s = socket(AF_INET,SOCK_DGRAM) host = receiver ip port = receiver

Re: [BangPypers] UDP Hole Punching using python

2011-02-25 Thread kunal ghosh
On Sat, Feb 26, 2011 at 8:09 AM, Senthil Kumaran orsent...@gmail.comwrote: On Sat, Feb 26, 2011 at 06:48:51AM +0530, kunal ghosh wrote: On Sat, Feb 26, 2011 at 6:37 AM, Senthil Kumaran orsent...@gmail.com wrote: On Fri, Feb 25, 2011 at 08:42:31PM +0530, kunal ghosh wrote: step 1

Re: [BangPypers] UDP Hole Punching using python

2011-02-25 Thread kunal ghosh
On Fri, Feb 25, 2011 at 10:35 PM, Gora Mohanty g...@mimirtech.com wrote: On 2/25/11, kunal ghosh kunal...@gmail.com wrote: Hi all, i am working on UDP hole punching to allow communication between two computers hidden behind their respective NATs (Home Router). [...] Now i try to do

Re: [BangPypers] Distributing a python project as a binary.

2011-01-09 Thread kunal ghosh
the code is in one single line. :) nice one ! -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering

[BangPypers] Distributing a python project as a binary.

2011-01-08 Thread kunal
codes like python which is then interpreted by the JVM . Still i see a lot of projects using java and distribute them as jar files. Is there something similar in the python world like a jar file ? -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India permalink

Re: [BangPypers] Convert to Black and White to an image

2011-01-07 Thread kunal
SIG mailing list would be a more appropriate place image-...@python.org -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India permalink: member.acm.org/~kunal.t2 Blog:kunalghosh.wordpress.com Website:www.kunalghosh.net46.net

[BangPypers] Extending an existing KDE app using python (PyKDE ?)

2010-10-12 Thread kunal ghosh
is for standalone application). I am open to any suggestion. As long as it reduces the amount of C++ i have to write. regards, Kunal ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] [OT] PyCon India video upload help needed

2010-10-09 Thread kunal ghosh
be much easier, and save on some bandwidth costs as well. regards, Kunal ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] python with c bindings

2010-06-15 Thread kunal ghosh
like normal compilation of c program, but in the backend i guess the python script is being executed. you can #includepython.h in your c program and then call the python modules in a python script as explained here http://www.linuxjournal.com/article/8497 -- regards --- Kunal Ghosh Dept

Re: [BangPypers] python for parsing

2010-05-24 Thread kunal ghosh
Thanks Kunal , i am happy as well as sad , happy because my job has become much simpler and sad because everytime i think of a novel (honeslty ) idea .. i see someone else has already executed it .. :( My intension of telling about the existing works was to let you know

Re: [BangPypers] python for parsing

2010-05-23 Thread kunal ghosh
. ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India Blog:kunalghosh.wordpress.com

Re: [BangPypers] Looking for guest faculties in Python to take work shop for 16 hours over weekends

2010-05-08 Thread kunal ghosh
at 11:29 PM, Dattatreya Sharma gurupreva...@gmail.comwrote: Dear Kunal, Prof Dilip Sen is not well, he has asked us to get the date from Suma Swamy, we understand she is on leave and will be back only on Tuesday. Prof Dilip Sen has told us that Suma will help us get a date in his

Re: [BangPypers] Looking for guest faculties in Python to take work shop for 16 hours over weekends

2010-05-07 Thread kunal ghosh
@python.org http://mail.python.org/mailman/listinfo/bangpypers -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India Quote: Ignorance is not a sin, the persistence of ignorance is -- If you find a task difficult today, you'll find it difficult 10yrs later

Re: [BangPypers] @dabeaz visiting b'lore

2010-04-28 Thread kunal ghosh
___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers -- regards --- Kunal

Re: [BangPypers] greetings from kiran

2010-04-23 Thread kunal ghosh
___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India Quote: Ignorance is not a sin, the persistence of ignorance is -- If you find a task difficult today

Re: [BangPypers] User group meeting this weekend

2010-04-22 Thread kunal ghosh
/bangpypers -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT Bangalore,India Quote: Ignorance is not a sin, the persistence of ignorance is -- If you find a task difficult today, you'll find it difficult 10yrs later too ! - Failing to Plan is Planning to Fail

Re: [BangPypers] Coaching institute in Bangalore.

2010-04-16 Thread kunal ghosh
, Can some one tell me about some good coaching centers for Python around Kormangala or Indiranagar area. Thanks' ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers -- regards --- Kunal Ghosh

Re: [BangPypers] Coaching institute in Bangalore.

2010-04-16 Thread kunal ghosh
BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers -- regards --- Kunal Ghosh Dept of Computer Sc. Engineering. Sir MVIT