+ 1

What's the first thing that I should teach some guys who hadn't code yet?

I've choosen to teach Python to mid school boys!

17th Jun 2017, 10:51 PM
Mohammad Mahdi
Mohammad Mahdi - avatar
5 odpowiedzi
+ 2
Define what a variable is. Redo basic math. Make them understand Boolean logic functions print(), input() lists and range() Introduce them to while and for loops. important here is that you do tell them standards, like for Iterating through numbers always use i. type conversion classes and object orientation using the first modules writing an own very small module
17th Jun 2017, 11:41 PM
Leon N.
Leon N. - avatar
+ 2
how to understand and learn the algorithm and data structures...
24th Jun 2017, 5:04 PM
Darshan K M
Darshan K M - avatar
+ 1
teach them just the way sololearn teach .lol
17th Jun 2017, 10:59 PM
‎عبدالكريم يوسف‎
‎عبدالكريم يوسف‎ - avatar
0
programming logic, they have to understand how things work before code
17th Jun 2017, 10:55 PM
Alejandro Serrato
Alejandro Serrato - avatar
0
:)
17th Jun 2017, 11:04 PM
Mohammad Mahdi
Mohammad Mahdi - avatar