We have chosen to host all of our tutorials in Python/Jupyter notebooks, but the pydrake API is a thin wrapper over the C++ API. Most code can be ported very easily (in either direction).
For an overview about the philosophy behind Drake, consider reading this blog post. We have organized the tutorials around the three major components described in that post:
If you would like to run a tutorial interactively or to experiment with editing the code, run the tutorials locally via pydrake; refer to drake/tutorials/README.md for details.
More multibody tutorials coming soon!
More systems tutorials coming soon!