Enseñar a programar a niños – Teaching Kids Programming
In order to teach kids how to program, you need first to get them interested in something that is computer related. One of the best ways to get them interested in computers is games. They may want to write their own games, and that could be their entry into programming.
Here are some links to sites that deal with this subject.
PyGames
Python is a very clean and very easy to understand language, yet a very powerful one as well.
PyGames is a set of libraries that allow someone to write their own games using the language.
Here are several tutorials on the Python language, which you will need to write games using PyGames:
- For beginners, it is recommended that they start with something that does not assume they know too much about programming. The Python Programming for non-programmers is a good start, specially when combined with the IDLE Python GUI Integrated Development Environment
- Linux Journal has a short one page tutorial on Python, called Python Programming for Beginners
- If you prefer a printed tutorial, then download and print these Tutorial in PDF format with even a test, and some classic games that use PyGame library (Asteroids, Pacman, Spacewar).
- Introduction to PyGames is a good place to start (after learning Python basics) from the above. It contains a nice 25 line demo of a bouncing ball! Good to get the young ones’ attention.
- PyDance is another game written in Python using the PyGames library.
- A complete book teaching Python programming can be found here Think like a Computer Scientist: Learning with Python by Allen Downey, Jeff Elkner and Chris Meyers. Another link to it is here.
- Python tutorial, from the official Python web site.
- Google Directory list of Python FAQs, Help, and Tutorials
- An Introduction to Python by Guido van Rossum, and Fred L. Drake, Jr. (Editor)
- Thinking In Python by Bruce Eckel
- Dive Into Python: Python for Experienced Programmers by Mark Pilgrim
- Text Processing In Python by David Mertz
- Python Language Reference Manual by Guido van Rossum
Robocode
IBM Alphaworks Robocode teaches kids Java programming while writing a game.
Robocode Central is a web site dedicated to the Robocode community. It has lots of resources about Robocode.
Slashdot discussion on Robocode, titled: Learning Java through violence
Kuro5hin discussion on Robocode
Cognitoy’s Mindrover
Cognitoy has a game called Mindrover, which is often used in education. Check Mindrover educational resources for more detail.
Squeak
Squeak is a language that has developed into a community of students and teachers interested in learning and teaching programming using this deriviative of Smalltalk-80 object oriented language.
HTML and Javascript
Some kids can get started using plain HTML, writing web pages for everyone on the net to see. The instant gratification provided from instantly publishing their work, can be a good motivation for them to get started.
As they grow more curious and competenet, kids could start to explore other pages on the internet («How is this menu done?», …etc.). They could go on from there to Javascript.
PHP
PHP is a relatively easy language to use. Here are some tutorials on it.
Other Resources for kids and programming
- Teaching Computers to Kids
- How to Design Programs
- Game Maker
- Klik n Play
- Inform – Adventure Game Building
- Anirak A game written in Java and runs over the internet in Java capable browsers.
- Also, by the same author, there is a Pacman applet tutorial
- Colobot
Discussions and other stuff
- A family’s experience with teaching kids programming Kids Computer Programming
- Slashdot has a lengthy discussion on an article called The Little Coder’s predicament with lots of good comments from parents and kids alike.
- Video Game Simulation Programming on Google Directory.
- A Slashdot discussion on Moving your kids to Linux
Tags: enseñar, programación
Publicado el 15 octubre 2008 en Programación y etiquetado en Programación. Guarda el enlace permanente. Deja un comentario.
Deja un comentario
Comments 0