Re: [Tutor] Problem with creating a class to access a 2d array

2008-08-23 Thread Lie Ryan
On Sat, 2008-08-23 at 12:00 +0200, [EMAIL PROTECTED] wrote: > > Message: 1 > Date: Fri, 22 Aug 2008 20:46:25 -0400 > From: "lawful falafel" <[EMAIL PROTECTED]> > Subject: [Tutor] Problem with creating a class to access a 2d array > To: tutor@python.org > Me

Re: [Tutor] Problem with creating a class to access a 2d array

2008-08-23 Thread Alan Gauld
"lawful falafel" <[EMAIL PROTECTED]> wrote I really like python, but the one thing I really hate is that most of the tutorials treat it like interactive scripting instead of object oriented development, which really confuses me. Can you explain what confuses you about that? The original Obj

Re: [Tutor] Problem with creating a class to access a 2d array

2008-08-23 Thread wesley chun
> I am currently trying to teach myself python. This isnt my first language, > as I used to be quite good at using java. you are in good shape... you will only need to "tweak" some of your notions with regards to Java for Python, and you will be in good shape. > I really like python, but the one

Re: [Tutor] Problem with creating a class to access a 2d array

2008-08-22 Thread W W
On Fri, Aug 22, 2008 at 7:46 PM, lawful falafel <[EMAIL PROTECTED]>wrote: > I really like python, but the one thing I really hate is that most of the > tutorials treat it like interactive scripting instead of object oriented > development, which really confuses me. So basically right now I dont ev

[Tutor] Problem with creating a class to access a 2d array

2008-08-22 Thread lawful falafel
Hello, I am currently trying to teach myself python. This isnt my first language, as I used to be quite good at using java. But it seems to be a bit harder for me to understand some stuff. Right now, in trying to teach myself the language, I thought I would make a simple text based game, like Zork