Re: [Tutor] Coursera Python Course starts today

2013-08-20 Thread bessenkphilip
Thank you. need to check out. Me too completed first 2 weeks but haven't completed the full course. -Bessen On 08/20/2013 05:32 AM, Leam Hall wrote: Hey all, In case I'm not the absolute last person to know, the newest edition of the Coursera "Learn to Program" course started today. It is Py

Re: [Tutor] Doubt in for loop

2013-04-04 Thread bessenkphilip
On 04/04/2013 08:23 AM, Dave Angel wrote: On 04/03/2013 09:53 PM, Steven D'Aprano wrote: On 04/04/13 12:29, bessenkphilip wrote: Hi all, I'm having a doubt in the below program's 2n'd "for" loop. for n in range(2, 10): ... for x in range(2,

[Tutor] Doubt in for loop

2013-04-03 Thread bessenkphilip
Hi all, I'm having a doubt in the below program's 2n'd "for" loop. >>> for n in range(2, 10): ... for x in range(2, n): ... if n % x == 0: ... print n, 'equals', x, '*', n/x ... break ... else: ... # loop fell through without finding a factor ...

Re: [Tutor] Need a mentor, Any help would be great

2013-03-03 Thread bessenkphilip
Hello, Thank you very much for the help -Bessen On 03/03/2013 01:59 PM, Alan Gauld wrote: On 03/03/13 01:48, bessenkphilip wrote: Thanks for the "Welcome". I'm now working as a System admin in Linux I've got 2 to 3 hrs a day to learn python. In that case I'

Re: [Tutor] Need a mentor, Any help would be great

2013-03-02 Thread bessenkphilip
python. The system i'm working is Ubuntu 11.04 and the python version is Python 2.7.1+ I'd love to work on something (as i don't know about the specific types) real :) Thanks again, -Bessen On 03/02/2013 01:46 PM, Alan Gauld wrote: On 02/03/13 04:06, bessenkphilip wrote:

[Tutor] Need a mentor, Any help would be great

2013-03-01 Thread bessenkphilip
Hello, I'm just a newbie in python and it would be great if someone could help me in this. I don't know where to start, I'd like to contribute to small opensource projects too which will help me to learn more in python. Thanks & Regards, -Bessen ___