Re: [BangPypers] BangPypers Digest, Vol 74, Issue 24

2013-10-19 Thread Vijay Ramachandran
On Sat, Oct 19, 2013 at 3:30 PM, wrote: > From: Aman Srivastava > To: bangpypers@python.org > Subject: [BangPypers] hello world > Message-ID: > < > cao+8brz9ju4paff+pmmh_gsljay9zpz6v-wymjtcwngzyrc...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi, > > I'm new to th

Re: [BangPypers] Internationalization in Python 2.6

2013-11-27 Thread Vijay Ramachandran
On Wed, Nov 27, 2013 at 4:30 PM, wrote: > I have an input string to the script. I do not know the encoding of the > string. > Instead of guessing the encoding like you're doing, you should use a library like https://pypi.python.org/pypi/chardet Once the encoding is detected, you will need to ch

Re: [BangPypers] Raising issue WRT Bangpypers mailing list

2014-05-22 Thread Vijay Ramachandran
On Thu, May 22, 2014 at 3:30 PM, wrote: > Just for context, here's the email where Danny says that he was not > offended by the first email and didn't interpret it in the way that > Pratham did > https://mail.python.org/pipermail/bangpypers/2014-May/010161.html > > and my follow up reply saying t

[BangPypers] help using mysqldb

2008-12-17 Thread Vijay Ramachandran
Hello. I'm unable to figure out how to use mysqldb (actually, dbabi) to write an "in" query. For instance, suppose my table looks like this: Employee( id int not null primary key, name varchar(32) not null) ); Suppose I have a list of ids, I would write sql such as 'select * from Employee wher

Re: [BangPypers] help using mysqldb

2008-12-24 Thread Vijay Ramachandran
On Thu, Dec 18, 2008 at 11:31 AM, wrote: > From: Jeff Rush > You may find the bit of additional software at the following site useful. > It > has a slide presentation that talks about this and similar issues and > delivers > a lightweight solution. > >http://furius.ca/antiorm/ > > The prese

Re: [BangPypers] help using mysqldb

2008-12-24 Thread Vijay Ramachandran
On Thu, Dec 18, 2008 at 11:31 AM, wrote: > From: "Sidharth Kuruvila" > > Do this instead > > cur.execute('select * from Employee where id in (%s)', ids.join(', ')); > > I would need to co-erce my id into a string rep to do this. I guess that's ok? Also, will the escaping be taken care of if the

Re: [BangPypers] Drupal vs. Django

2009-11-17 Thread Vijay Ramachandran
On Mon, Nov 16, 2009 at 4:30 PM, wrote: > From: Noufal Ibrahim > Message-ID: ><9963e56e0911160144m44417d94k2f70c2e75759d...@mail.gmail.com> > Content-Type: text/plain; charset=windows-1252 > > It's perfectly possible and equally easy to write SQL injection > exploitable code in Python if

Re: [BangPypers] MySQLdb issue with FC11 (Santhosh Edukulla)

2009-12-17 Thread Vijay Ramachandran
On Thu, Dec 17, 2009 at 3:17 PM, wrote: > From: Santhosh Edukulla > We are using MySQLdb module of python on FC11 box. We were able to > connect and execute a select statement on a remote mysql machine, but > the delete, insert and update operations are not working. > > This specific machine ha

Re: [BangPypers] Refactoring

2010-12-06 Thread Vijay Ramachandran
On Fri, Dec 3, 2010 at 11:35 AM, Anand Balachandran Pillai < > abpil...@gmail.com> wrote: > > > > > > > > > > Sorry to follow up my post with another one, but here is an old link fro > JOS related to this, which is still relevant. > > http://www.joelonsoftware.com/articles/fog69.html >

Re: [BangPypers] How to compare the relevancy between news headlines?

2011-06-19 Thread Vijay Ramachandran
On Tue, Jun 14, 2011 at 12:07 PM, wrote: > While looking into news.google.co.in site, they find the similar news by > grouping them.. > > For example, The following news headlines from different online portal are > grouped together. > > Jayalalithaa meets PM, DMK watches closely > Jaya to meet PM

Re: [BangPypers] Text/Mail filtering/classification using python

2011-12-26 Thread Vijay Ramachandran
Use scikit - we've found that it works better than the classifiers in nltk. For the spam/ham problem, I've heard (circa 2006!!) that naive bayes works as well as any other classifier. For the label classification problem, since there is dependency between words, so

[BangPypers] JOB: Sr Analyst at a Mumbai Financial Firm

2012-03-21 Thread Vijay Ramachandran
Hello. I'm posting this on behalf of a friend. Ada Investments is looking for an experienced python developer to work on and enhance their python based technology platform to generate trading models. The ideal candidate will have at least 2 years of experience work

[BangPypers] Looking for contractors

2008-02-20 Thread Vijay Ramachandran
Hello. I'm the founder of a small search startup, WisdomTap, based in Bangalore. I'm looking for one or two experienced python hackers to help us build our product. We need people with extensive experience with python, including performance tuning, and knowledge of django, sqlalchemy, parsing xml

[BangPypers] [Job] Looking for developer

2008-07-03 Thread Vijay Ramachandran
Hello. I'm the founder of WisdomTap , a vertical search startup in Bangalore. We're developing unique algorithms and solving some very interesting and difficult problems. We are looking to hire an experienced python developer. Qualifications we're looking for: Must have

Re: [BangPypers] How to build a debian package from python source and glade files ?? (Nishith Nand)

2008-07-05 Thread Vijay Ramachandran
You could use cdbs to build the packages. Essentially, it has a bunch of pre-built makefiles which will do various debian related tasks. References: 1. cdbs 2. cdbs gallery 3. debian new pytho

Re: [BangPypers] [Job] Looking for developer

2008-07-05 Thread Vijay Ramachandran
> From: "Sidharth Kuruvila" <[EMAIL PROTECTED]> > Subject: Re: [BangPypers] [Job] Looking for developer > To: "Bangalore Python Users Group - India" > Message-ID: ><[EMAIL PROTECTED]> > > I'm sure there a lot of guys in bangpypers who could fit that bill. I don't > think you have to have a

Re: [BangPypers] automate logging (Pythonic)

2008-07-24 Thread Vijay Ramachandran
On 7/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > From: Pythonic <[EMAIL PROTECTED]> > Subject: Re: [BangPypers] automate logging > To: [EMAIL PROTECTED], Bangalore Python Users Group - India > leo davis wrote: > > > > Hello, > > I'm trying to write a code to automate logging into a web

Re: [BangPypers] automate logging (Pythonic) (Anand Balachandran Pillai)

2008-07-24 Thread Vijay Ramachandran
On 7/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > From: "Anand Balachandran Pillai" <[EMAIL PROTECTED]> > Subject: Re: [BangPypers] automate logging (Pythonic) > To: "Bangalore Python Users Group - India" > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UT