show/hide this revision's text 3 formatting

If you really are going to be teaching someone without any programming knowledge, there are (in my opinion) a few things on that list that should not be tackled until they have come to grips with the basics.

I would see the basics as

  • Variables
  • String
  • Integer
  • Boolean
  • Float
  • Operators (= == !)
  • Control Structures
  • Loops
  • Functions

If they get that much then slowly move on to the other items above, otherwise the poor person wont even get off the ground.

show/hide this revision's text 2 list formatting

If you really are going to be teaching someone without any programming knowledge, there are (in my opinion) a few things on that list that should not be tackled until they have come to grips with the basics.

I would see the basics as

  • Variables
  • String
  • Integer
  • Boolean
  • Float
  • Operators (= == !)
  • Control Structures
  • Loops
  • Functions

If they get that much then slowly move on to the other items above, otherwise the poor person wont even get off the ground.

show/hide this revision's text 1

If you really are going to be teaching someone without any programming knowledge, there are (in my opinion) a few things on that list that should not be tackled until they have come to grips with the basics.

I would see the basics as

Variables String Integer Boolean Float Operators (= == !) Control Structures Loops Functions

If they get that much then slowly move on to the other items above, otherwise the poor person wont even get off the ground.