Useful and/or Interesting Links

Useful:

  1. Bo Qian’s playlists of programming tutorials. Advanced C++, OOP C++, bunch of other stuff.
  2. Great computational electromagnetism playlists by Raymond Rumpf. FDTD, other methods, a lot covered here.
  3. Mathematics for Physics. Straight from the author’s website. 919 pages of mathematical goodness.
  4. Optimizing pure Python numerical code.
  5. Nested initializer lists for multidimensional arrays in C++.

Interesting:

  1. People optimizing code down to the CPU cycle.