2012-06-13

Coming soon: an online course on debugging

In the past weeks, I have been preparing an online course on software debugging for Udacity, the Silicon Valley startup that aims to "democratize education".  The course will be highly interactive, in seven 60-minute units with quizzes every 2-4 minutes, and deliver a systematic approach to debugging.  During the course, I will have the participants build automated debugging tools in Python, such as
  • an interactive debugger,
  • delta debugging on inputs,
  • inferring dynamic invariants,
  • statistical debugging, or
  • mining software archives.
Preparing these tools in Python was amazingly straight-forward (less than 45 minutes each – but then, I'm an expert); Python offers simple, yet effective tracing facilities that grant access to all events and states during execution.  (My only gripe is the lack of easy static analysis.)  Since systematic debugging is not frequently found in computer science curricula, I hope to cater to students as well as to professionals who are looking for additional training – and, of course, to improve the state of the practice in debugging.

I will be spending the next two weeks with Udacity in Palo Alto to record the units.  The format will be Udacity-like: Most of the time, you'll only see my hand writing, doodling, sketching, and developing the material on the screen while I am talking.  You can always stop and repeat as you like (or fast forward until the next automated quiz).  I am pretty excited about the format, and very much look forward to an exciting course as well.

To see what an online course at Udacity looks like, check out Wes Weimer's CS 262: Programming Languages (Building a Web Browser) and go to "Preview the Class".
To learn more about the recording process, see John Regehr's blog on recording a class at Udacity.
To learn more about my work on debugging, see my book "Why Programs Fail".

4 comments:

  1. You've said it all wonderful. On the internet knowledge always helpful for the learners. We are also provide the Free Online Quiz Maker service for academic learners.

    ReplyDelete
  2. Awesome. Congratulations. Looking forward to "attend" the lecture.

    ReplyDelete
  3. Congratulations! All the best for your course. Look forward to hearing on your experience and how it goes :)

    -Vik
    http://www.wiziq.com/courses/

    ReplyDelete
  4. This comment has been removed by a blog administrator.

    ReplyDelete

Note: Only a member of this blog may post a comment.