**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][1], 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][2]
* [A Gentle Introduction to Programming Using Python][3]
* [How to Think Like a Computer Scientist][4]
* [Alice: a 3d program for beginners][5]
* [Try Ruby (In Your Browser)][6]
* [List Of Beginner Programming Assignments][7]
* [Scratch (A system to develop programming skills)][8]
* [How To Design Programs][9]
* [Structure and Interpretation of Computer Programs][10]
* [Learn To Program][11]
* [Robert Read's How To Be a Programmer][12]
* [Hackety Hack][13] 
* [Microsoft XNA][14]
* [Spawning the Next Generation of Hackers][15]
* [*COMP1917 Higher Computing* lectures by Richard Buckland][16] (requires iTunes)
* [Dive into Python][17]
* [Python Wikibook][18]
* [Project Euler][19] - sample problems (mostly mathematical)

---

**Reccomended Print Books** for teaching beginners

* [Accelerated C++][20]
* [Code by Charles Petzold][21]


  [1]: http://www.python.org
  [2]: http://searchlightdigital.com/how-to-teach-your-girlfriend-programming
  [3]: http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/6-189January--IAP--2008/CourseHome/
  [4]: http://www.openbookproject.net/thinkcs/python/english2e/index.xhtml
  [5]: http://www.alice.org/
  [6]: http://tryruby.hobix.com/
  [7]: http://cymonsgames.retroremakes.com/beginners-programming-homework/
  [8]: http://scratch.mit.edu/
  [9]: http://www.htdp.org/
  [10]: http://mitpress.mit.edu/sicp/full-text/book/book.html
  [11]: http://pine.fm/LearnToProgram/
  [12]: http://samizdat.mines.edu/howto/HowToBeAProgrammer.html
  [13]: http://hacketyhack.net/
  [14]: http://creators.xna.com/
  [15]: http://vodpod.com/watch/914464-inspirational-oscon-keynote
  [16]: http://deimos3.apple.com/WebObjects/Core.woa/Browse/unsw.edu.au.1504975442.01504975444
  [17]: http://diveintopython.org/
  [18]: http://en.wikibooks.org/wiki/Programming:Python
  [19]: http://projecteuler.net/
  [20]: http://www.acceleratedcpp.com/
  [21]: http://books.google.com/books?id=l4gpAAAACAAJ&dq=petzold+code&ei=2U-wSL_hNoLmygSxpcmoDQ