

Is “prerequisite knowledge” a foreign concept to people these days? When I started writing extensions for Blender, I had to do a lot of legwork to understand the bpy
module, and even more fucking legwork to understand Python itself, all that on top of the general knowledge of programming and algorithms from high school.
RTFM means that you should use the available resources to learn. There’s a whole internet full of them. There are no shortcuts to understanding, and you can’t expect every task-oriented guide to explain how to write a main()
.
Microsoft developed a tiling window manager before it was cool.