J
J
Julia Bedrosova2016-05-09 12:12:53
Programming
Julia Bedrosova, 2016-05-09 12:12:53

At what age should you start learning programming?

The child is 7.5 years old. Should I start teaching him how to program? There is interest on the part of the child. The question is how to maintain this interest. Are there any interesting Internet resources that allow you to teach your child to code, perhaps in a playful way? (The child confidently and independently uses a PC, but so far only for entertainment - games, videos).

Answer the question

In order to leave comments, you need to log in

8 answer(s)
S
Sergey, 2016-05-09
@Bedrosova

https://habrahabr.ru/post/234823/

R
Rou1997, 2016-05-09
@Rou1997

1) Just in case: what kind of interest? Do you really want to create programs?
It's just that even adults often misunderstand the term programming, anything can be attributed to it, from design for interfaces to, excuse me, computer repair.
2) Why do we need tasks in a playful way, if there is interest anyway?
It is enough to provide access to the computer, you can teach the minimum, like access to the Internet, ask questions together on the forums, such as what language to start with, what you need for programming, where to download. If you want such questions to be adequate, then you first need to set a goal and describe it in the question: what OS do we use, what programs do we want to write now (and in the future), and maybe even tell who we plan to work and where (but hardly whether at 7.5 years old and without experience in programming there will be some thoughts about this). You need to immediately understand that the language is a tool, it is selected based on the task. In simple terms, programs are different, some programs are better written in some languages, others in others. Therefore, we tell experienced guys what we want to write - and they advise us which language is better FOR THIS.
Believe me, such a question will be more adequate than 90% of supposedly adults with similar questions.

I
index0h, 2016-05-09
@index0h

At 7.5 - it's too late, it's like in gymnastics, a maximum of 3)). A joke of humor.
In people involved in programming, sooner or later professional deformation begins to appear . Alas, society does not live according to the laws of logic, and in many life situations these deformations harm rather than help. And at the age of 7.5 it is more important to learn how to interact with society.
Of course, this is your business, but from my point of view, you run the risk of raising an "unsociable" person, which is bad for him.

S
sunnyfox, 2016-05-10
@sunnyfox

My father taught me how to write CNC programs when I was 6 years old. They learned to "make" words like WORLD, HOUSE, names, etc. At first, the words were drawn on the coordinate grid, and then a simple program was written: a couple of control lines with parameters for the head with a cutter and then the coordinates to which the head should be moved, raised and lowered. All this was written in an ordinary notebook in a box :) There were no computers then.
It was an unforgettable experience! It fascinated me so much that I filled notebooks with programs in batches. Both at school and at home. Until now, very pleasant memories :)
He also tried to teach programming on a calculator - fox hunting, etc. registers. But I didn’t understand it then, it didn’t work.
Then I first encountered computers and programming at the age of 12, but that was another story.
My son, if he shows interest, I will teach programming as early as possible (and now he is 2.5 years old). It is the basics, algorithms, logical thinking. It doesn't even require sitting at a computer. But the brain clears and teaches to think great.

E
evgeniy_lm, 2016-05-10
@evgeniy_lm

Mine is the same.
Tries to torment Scratch on his own. Something happens (cats run, mice scatter). I don’t go to him, I suggest when he asks

S
Sergey Goryachev, 2016-05-10
@SergeGoryachev

What are all ...
If there is really an interest, start with the junction of virtuality and reality.
The story of sunnyfox about a CNC router is indicative. It is very cool!
If there is no router, buy an Andurinka. And enjoy together. Flash diodes, spin a stepper motor...
And programming and electrical engineering and basic prototyping skills... And the joy when this thing did blink the right thing...
You know, the key word here is "together".
99% of children's problems do not arise because of the computer, but because they are alone.

C
CwenZ, 2015-06-23
@CwenZ

If I'm not mistaken (and I'm quite inexperienced and can be wrong), then you can do this:

<?php
$txtphoto = file('photo.txt');
$strphoto = $txtphoto[ array_rand($txtphoto) ];
unset($txtphoto);
echo "<a href=\"$strphoto\">$strphoto</a>";
 ?>

And rewrite .htaccess like this:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
AddDefaultCharset UTF-8

T
trevoga_su, 2015-06-23
@trevoga_su

www.phpinfo.su/articles/practice/chpu_na_php.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question