Coursera Courses and Specializations

 Are you interested in learning to program from me, but are not a Duke student (or even if you are, but are not taking 551)?  I am an instructor on several Coursera courses (arranged into specializations).  These can be great ways to either start learning programming or polish your fundementals.

I recommend starting with Introduction to Programming in C (with Genevieve Lipp and Anne Bracy) :

  1. Programming Fundementals
  2. Writing, Running, and Fixing Code in C 
  3. Pointers, Arrays, and Recursion 
  4. Interacting with the System and Managing Memory 

This specialization has the strongest emphasis on developing strong fundementals from the ground up.  This course also covers roughly the first month of ECE 551.  Therefore, it can be quite useful for those who either want to get a head start on the material in that course, or who want to take the honors section (to be offered starting Fall 2018).  

After taking Intoduction to Programming in C, if you want to learn Java and OOP, I recommend Object Oriented Programming in Java  (with Owen AstrachanSusan Rodger, and Robert Duvall from Duke, as well as Christine Alvarado, Leo Porter, and Mia Minnes at UCSD).

  1. Java Programming: Solving Problems with Software
  2. Java Programming: Arrays, Lists, and Structured Data
  3. Object Oriented Programming in Java (UCSD)
  4. Data Structure and Performance (UCSD)

An alternative starting point is Java Programming and Software Engineering Fundamentals (with Owen Astrachan, Susan Rodger, and Robert Duvall).

  1. Programming Foundations with JavaScript, HTML and CSS
  2. Java Programming: Solving Problems with Software
  3. Java Programming: Arrays, Lists, and Structured Data
  4. Java Programming: Principles of Software Design
  5. Java Programming: Build a Recommendation System

This specialization has an emphasis on applying programming concepts to interesting problems.   Like Introduction to Programming in C (and 551), it uses the Seven Steps, but does not spend as much time focusing on the algorithmic design progress as Programming Fundementals.  

Note that this specialization overlaps with Object Oriented Programming in Java (the first two courses of that specialization are courses 2 and 3 of this specialization).