Programming Conversations Lecture Series -- Alexander Stepanov

alex-stepanov-programming-conversations.PNGYet again the wonderful ongoing video series from Alexander Stepanov and Paramjit Oberoi (A9 Organization):

Programming Conversations

Programming conversations is intended as an interactive course on programming. We'll try to practice the Socratic method: eventually there will be very little lecturing, and most of the time will be spent in discussions and in writing code together. We plan to cover a wide variety of topics, starting with the nature of programming, and continuing, in no particular order, with benchmarking, algorithms, data structures, caches, instruction level parallelism, generic programming, variable sized types, and Platonic ideas.

Most of the concepts are explained in terms of C++11/STL/Boost.

Source code is available.

 

 

 

 

Add a Comment

Comments are closed.

Comments (2)

0 4

NoSenseEtAl said on Apr 23, 2014 06:24 PM:

IMAO skip Stepanov stuff and go to lecture 5 if you did not see Parents talk at Going Native 2014.
6 0

Fernando Pelliccioni said on May 21, 2014 02:28 PM:

I suggest otherwise.
It's worth watching the Lectures.
Alex is a genius!
Learn from him.