Re: [BangPypers] Parsing data

2011-09-16 Thread Gora Mohanty
On Sat, Sep 17, 2011 at 9:56 AM, Ananya Sharma wrote: [...] Could you explain the logic that you are trying to use in the code below, because it is not making much sense. Also, is this a homework problem? > *Script-* > * > * > f1=open('fileA','r') > f2=open('fileB','r') > a="" > b="" > for n in

[BangPypers] Parsing data

2011-09-16 Thread Ananya Sharma
Hey, I am just a beginner in python. I have to write a script to parse a data file I have written a script but it is not working. Can anybody please help me to fix it? Let me explain the task I want to accomplish using this script. I have 2 files A and B. File A has ~1450 names which have a corre

Re: [BangPypers] List guidelines

2011-09-16 Thread Kenneth Gonsalves
On Wed, 2011-09-14 at 20:17 +0530, Sriram Narayanan wrote: > Sorry, poking fun at a company's board of directors, etc, is in poor > taste, and cannot be condoned off as light hearted humor. Poking fun > at a company's practices, especially one which one may not yourself > practice and therefore not

Re: [BangPypers] List guidelines

2011-09-16 Thread Kenneth Gonsalves
On Wed, 2011-09-14 at 18:56 +0530, Noufal Ibrahim wrote: > So, random headhunters/recruiters are free to use this list to post > for > any job postings but the onus is on the list members to filter out the > Python related postings from the non python ones. Correct? > > Am I the only one who thin

Re: [BangPypers] List guidelines

2011-09-16 Thread Kenneth Gonsalves
On Wed, 2011-09-14 at 18:47 +0530, Noufal Ibrahim wrote: > So, job postings not at all related to Python are fine as long as > they're prefixed with [JOB]? no - unless it is a generic 'programmers wanted' post without specifying tools. -- regards Kenneth Gonsalves __

Re: [BangPypers] List guidelines (was: [JOB] - Yahoo!)

2011-09-16 Thread Kenneth Gonsalves
On Wed, 2011-09-14 at 18:10 +0530, Noufal Ibrahim wrote: > I hear from others (BRUG, BarCamp Bangalore) that first time posters > who > send recruitment mails are simply rejected. That sounds like a sane > policy to me. chennaipy rejects all recruitment mail that does not have any concrete refere

Re: [BangPypers] wx.TreeCtrl !

2011-09-16 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 07:28:18PM +0530, aßlเίlαslเ wrote: > with all the folder in a hierarchical Tree structure, and can multiple > folders can be selected to do task like copy/paste/delete > need help on wx as how to go abt it... I think, this is fairly common use-case when dealing wi

Re: [BangPypers] problem using Pyserial in Python

2011-09-16 Thread Senthil Kumaran
On Wed, Sep 14, 2011 at 10:22:47PM +0530, Jayneil Dalal wrote: > *raise SerialException("Could not configure port: %s" % msg)* > *serial.serialutil.SerialException: Could not configure port: (5, > 'Input/output error')* > * Your Port is not attached to the program yet, or perhaps you are using