Learning programming for the first time may be boring, especially reading a book with boring examples.
Is there other way to learn non-programmers programming?
For example involve them in a simple game project that is fun.
Learning programming for the first time may be boring, especially reading a book with boring examples. Is there other way to learn non-programmers programming? For example involve them in a simple game project that is fun. |
|||||||||
|
"If you want to build a ship, don't drum up people to collect wood and don't assign them tasks and work, but rather teach them to long for the endless immensity of the sea." - Antoine de Saint Exupéry |
|||||||||||||
|
If a book is boring, it might just be that particular book and learning style. I find the Head First series is excellent for introductory programming, with fun examples and games that are interesting and engaging. Head First Programming is a great one to begin with. It uses Python, though the focus is on learning to program rather than on Python itself. The book includes puzzles and games, like arranging "fridget magnets" with snippets of code, using racetracks with different roads to illustrate using control statements, fill in the blanks, and so forth. There are also fun cartoons and "stories" to illustrate the exercises and get you engaged. |
|||
|
BTW, that should be "non-programmer". :-) |
|||
|