+ 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!
5 Answers
+ 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
+ 2
how to understand and learn the algorithm and data structures...
+ 1
teach them just the way sololearn teach .lol
0
programming logic, they have to understand how things work before code
0
:)