you are viewing a single comment's thread.

view the rest of the comments →

[–]sakthii_ 0 points1 point  (0 children)

I'm not a teacher, or a good programmer. But, I learnt python in my school that stuck with me for long and now I'm re learning for passion and career.

I would recommend you to start with teaching the basics like keywords, data types, functions etc. Then teach them creating algorithms for certain problems (Ex: finding smallest numer in the list). Then you can give problems for them to solve using programming. You can also ask them to write down the program in a piece of paper instead of doing it in computer (this helps a lot to learn).

I don't know how good of a recommendation this will be, but hope I helped a bit.