**Original Question** I am currently engaged in teaching my brother to program. He is a total beginner, but very smart. (And he actually wants to learn). I've noticed that some of our sessions have gotten bogged down in minor details, and I don't feel I've been very organized. (*But the answers to this post have helped a lot.*) What can I do better to teach him effectively? Is there a logical order that I can use to run through concept by concept? Are there complexities I should avoid till later? The language we are working with is Python, but advice in any language is welcome. --- **How to Help** If you have good ones please add the following in your answer: * Beginner Exercises and Project Ideas * Resources for teaching beginners * Screencasts / blog posts / free e-books * Print books that are good for beginners Please describe the resource *with a link to it* so I can take a look. I want everyone to know that I have definitely been using some of these ideas. Your submissions will be aggregated in this post. --- **Online Resources** for teaching beginners: * [How To Teach Your Girlfriend Programming][1] * [A Gentle Introduction to Programming Using Python][2] * [How to Think Like a Computer Scientist][3] * [Alice: a 3d program for beginners][4] * [Try Ruby (In Your Browser)][5] * [List Of Beginner Programming Assignments][6] * [Scratch (A system to develop programming skills)][7] * [How To Design Programs][8] * [Structure and Interpretation of Computer Programs][9] * [Learn To Program][10] * [Robert Read's How To Be a Programmer][11] * [Hackety Hack][12] * [Microsoft XNA][13] * [Spawning the Next Generation of Hackers][14] * [*COMP1917 Higher Computing* lectures by Richard Buckland][15] (requires iTunes) --- **Recomended Print Books** for teaching beginners * [Accelerated C++][16] [1]: http://searchlightdigital.com/how-to-teach-your-girlfriend-programming [2]: http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-189January--IAP--2008/CourseHome/ [3]: http://www.openbookproject.net/thinkcs/python/english2e/index.xhtml [4]: http://www.alice.org/ [5]: http://tryruby.hobix.com/ [6]: http://cymonsgames.retroremakes.com/beginners-programming-homework/ [7]: http://scratch.mit.edu/ [8]: http://www.htdp.org/ [9]: http://mitpress.mit.edu/sicp/full-text/book/book.html [10]: http://pine.fm/LearnToProgram/ [11]: http://samizdat.mines.edu/howto/HowToBeAProgrammer.html [12]: http://hacketyhack.net/ [13]: http://creators.xna.com/ [14]: http://vodpod.com/watch/914464-inspirational-oscon-keynote [15]: http://deimos3.apple.com/WebObjects/Core.woa/Browse/unsw.edu.au.1504975442.01504975444 [16]: http://www.acceleratedcpp.com/