[BangPypers] HELLO WORLD

2010-05-27 Thread Dipo Elegbede
This is about my first mail to this group and so I think it is just reasonable to start with the ritual incantation. HELLO WORLD. I am new in Python and I'm already getting help from similar mailing group. I have however come to conclude I need a one on one tutor to help me out. Someone had been

[BangPypers] HELP ME CHECK

2010-05-27 Thread Dipo Elegbede
Hi all, I was reading through Alan Gauld's website: http://www.alan-g.me.uk/l2p/index.htm Under, Handling files, I copied the following codes and tried to run it but it didn't. I have written to him though but would like to get someone to look at it for me again. I have pasted the code in the past

Re: [BangPypers] HELP ME CHECK

2010-05-28 Thread Dipo Elegbede
Oh My, thanks for the correction. I'll look up the codes again and revert. Thanks peeps. On 5/27/10, Puneeth Chaganti wrote: > On Thu, May 27, 2010 at 8:52 PM, Dipo Elegbede > wrote: >> Hi all, >> >> I was reading through Alan Gauld's website: >> http:/

[BangPypers] PYTHON ON NOKIA E71

2010-05-30 Thread Dipo Elegbede
Hi all, Pls does anyone know whether I can install python and code on my Nokia E71? I have full access to computer at my office but not at home. This is creating a serious break in my flow of study. With python on my phone,I can learn and code on the fly. Already,I read Alan Gauld's note from my ph

Re: [BangPypers] [JOB] Looking for a Python/Django developer

2010-07-12 Thread Dipo Elegbede
Would you consider a Nigerian Resident/ With the qualification stated? Thanks. On Mon, Jul 12, 2010 at 10:41 AM, vijay wrote: > Hi, > > We are looking for experienced python developers who will help > spearhead the development of a next generation Purchase Order and Vendor > Management sys

Re: [BangPypers] Dictionary : An elementary question

2010-08-19 Thread Dipo Elegbede
Hi All, There really shouldn't be so much debate on the question asked. Someone actually gave a direct and clear answer. I'm new at python and his explanations were quite understandable. As far as dictionaries are concerned, when you retrieve keys, there is no guarantee of a particular order. If yo

[BangPypers] cgi help

2010-10-06 Thread Dipo Elegbede
here is the code as pasted on pastebin: http://pastebin.com/K2Fxq6ac please help. It only returns the header and a blank page. -- Elegbede Muhammed Oladipupo OCA +2348077682428 +2347042171716 www.dudupay.com Mobile Banking Solutions | Transaction Processing | Enterprise Application Development

[BangPypers] NumPy Help

2011-07-29 Thread Dipo Elegbede
Can anyone please help me with this task. I would appreciate if you can point me to an example or brief explanation. I have a 4 by 4 matrix filled with 0s, 1s and 2s. I want to loop through the whole matrix to get the fields with 1s and 2s only and then count how many ones and how many twos. Pleas