We might have different ideas about what constitutes a tutorial. Online tutorials vary massively in quality, but something like the official Python tutorial
https://docs.python.org/3/tutorial/ is a fine resource. I would even say that the categories are not mutually exclusive - I would call "Structure and Interpretation
of Computer Programs" both a book and a tutorial. Different people probably find different resources most helpful.
Also, "To learn how to implement computer programs, read books about it." contradicts the original comment's "There is no substitute for doing" more than I'm happy with.