|
List Info
Thread: Use Python to learn kids (9 yr) to program
|
|
| Use Python to learn kids (9 yr) to
program |

|
2006-11-29 13:25:31 |
Hi!
I have looked around for som language to use to learn my 9
year son
programming.
There is a KPL - Kids Programming Language but my son
diden't grasp the
OO, GUI and everyting around this, maby becurse English is
not his spoken
language, and for a beginner i think the inviroment was to
complex.
So my plan is to use Python, has anyone try to learn kids
this way, and
could
giv som ide how-to.
I witch way to introduce every part of the language,,,
best regards
Anders
_______________________________________________
Tutor maillist - Tutor python.org
http://
mail.python.org/mailman/listinfo/tutor
|
|
| Use Python to learn kids (9 yr) to
program |

|
2006-11-29 14:56:18 |
|
HI-
I think Python is a great choice.
You may want to have a look, as a first step, at rur-ple. Then, as a next step (although it might be a bit steep), you may want to have a look at
livewires. This will provide a good introduction to pygame.
André
On 11/29/06,
Anders Persson < anders.u.persson telia.com">anders.u.persson telia.com> wrote:
Hi!
I have looked around for som language to use to learn my 9 year son programming.
There is a KPL - Kids Programming Language but my son diden't grasp the OO, GUI and everyting around this, maby becurse English is not his spoken
language, and for a beginner i think the inviroment was to complex.
So my plan is to use Python, has anyone try to learn kids this way, and could giv som ide how-to. I witch way to introduce every part of the language,,,
best regards Anders
_______________________________________________ Tutor maillist - Tutor python.org">Tutor python.org
http://mail.python.org/mailman/listinfo/tutor
|
| Use Python to learn kids (9 yr) to
program |

|
2006-11-29 18:31:04 |
|
Hi,
Playing with Guido Van Robot http://gvr.sf.net is another good option to teach
programming to young ones. Rurple is just another graphic representation of
the gvr.
--
Senthil
HI-
I think Python is a great choice.
You may want to
have a look, as a first step, at rur-ple. Then, as a next step
(although it might be a bit steep), you may want to have a look at livewires. This will
provide a good introduction to pygame.
André
On 11/29/06, Anders
Persson <telia.com">anders.u.persson telia.com>
wrote:
Hi!
I
have looked around for som language to use to learn my 9 year
son programming.
There is a KPL - Kids Programming Language but my
son diden't grasp the OO, GUI and everyting around this, maby becurse
English is not his spoken language, and for a beginner i think the
inviroment was to complex.
So my plan is to use Python, has anyone try
to learn kids this way, and could giv som ide how-to. I witch way to
introduce every part of the language,,,
best
regards Anders
_______________________________________________ Tutor
maillist - python.org">Tutor python.org http://mail.python.org/mailman/listinfo/tutor
|
| Use Python to learn kids (9 yr) to
program |

|
2006-11-29 20:33:39 |
|
On 11/29/06, Senthil_OR dell.com">Senthil_OR dell.com < Senthil_OR dell.com">Senthil_OR dell.com> wrote:
Hi,
Playing with Guido Van Robot http://gvr.sf.net
is another good option to teach
programming to young ones. Rurple is just another graphic representation of
the gvr.
Not quite. GvR uses a Python-like notation and has no OOP support. Rur-ple uses standard Python and has OOP support. André
--
Senthil
From: tutor-bounces python.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">tutor-bounces python.org
[mailto: tutor-bounces python.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">tutor-bounces python.org] On Behalf Of Andre
Roberge Sent: Wednesday, November 29, 2006 8:26 PM To:
anders.u.persson telia.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">anders.u.persson telia.com Cc: bp Subject: Re: [Tutor] Use
Python to learn kids (9 yr) to program
HI-
I think Python is a great choice.
You may want to
have a look, as a first step, at rur-ple. Then, as a next step
(although it might be a bit steep), you may want to have a look at livewires. This will
provide a good introduction to pygame.
André
On 11/29/06, Anders
Persson < anders.u.persson telia.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">anders.u.persson telia.com>
wrote:
Hi!
I
have looked around for som language to use to learn my 9 year
son programming.
There is a KPL - Kids Programming Language but my
son diden't grasp the OO, GUI and everyting around this, maby becurse
English is not his spoken language, and for a beginner i think the
inviroment was to complex.
So my plan is to use Python, has anyone try
to learn kids this way, and could giv som ide how-to. I witch way to
introduce every part of the language,,,
best
regards Anders
_______________________________________________ Tutor
maillist - Tutor python.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Tutor python.org
http://mail.python.org/mailman/listinfo/tutor
|
| Use Python to learn kids (9 yr) to
program |

|
2006-11-30 00:47:55 |
> So my plan is to use Python, has anyone try to learn
kids this way, and
> could
> giv som ide how-to.
> I witch way to introduce every part of the language,,,
http://davidbau.com/archives/2005/07/29/haaarg_world.ht
ml
Alan
_______________________________________________
Tutor maillist - Tutor python.org
http://
mail.python.org/mailman/listinfo/tutor
|
|
| Use Python to learn kids (9 yr) to
program |

|
2006-11-30 06:25:17 |
Andre Roberge wrote:
> On 11/29/06, Senthil_OR dell.com <Senthil_OR dell.com> wrote:
> Hi,
> Playing with Guido Van Robot http://gvr.sf.net is another
good
> option to teach programming to young ones. Rurple is
just another
> graphic representation of the gvr.
>
>
>
> Not quite. GvR uses a Python-like notation and has no
OOP support.
> Rur-ple uses standard Python and has OOP support.
> André
Thanks for clarifying Andre.
Infact, myself and my young friends started with GVR, after
completing it. I analyzed rur-ple.
On the surface, I found it similar (if not the same). We
were more interested with programming than python.
For the purpose of introduction to programming to young ppl,
does GVR or Rurple really make a difference?
We are trying to play with squeak now, but little progress
so far.
You might like to know about my friend Avi, we tried gvr and
trying squeak and trying to understand freeciv:
http://puggy.symonds.net/~senthil/Phoenix/Avi_Quiz.ppt
--
Senthil
_______________________________________________
Tutor maillist - Tutor python.org
http://
mail.python.org/mailman/listinfo/tutor
|
|
| Use Python to learn kids (9 yr) to
program |

|
2006-11-30 21:09:47 |
Anders Persson wrote:
> Hi!
>
> I have looked around for som language to use to learn
my 9 year son
> programming.
>
> There is a KPL - Kids Programming Language but my son
diden't grasp the
> OO, GUI and everyting around this, maby becurse English
is not his spoken
> language, and for a beginner i think the inviroment was
to complex.
>
> So my plan is to use Python, has anyone try to learn
kids this way, and
> could
> giv som ide how-to.
> I witch way to introduce every part of the language,,,
>
> best regards
> Anders
>
>
> _______________________________________________
> Tutor maillist - Tutor python.org
> http://
mail.python.org/mailman/listinfo/tutor
>
>
Another interesting way to learn to program the OO way is a
from
Carnegie Mellon University at http://alice.org/. It is a
graphical
approach. I just stumbled upon this software last week.
Tom
_______________________________________________
Tutor maillist - Tutor python.org
http://
mail.python.org/mailman/listinfo/tutor
|
|
[1-7]
|
|