100%! We read to our kids a TON from the day they were born -- no tricks or gimmicks, we just read to them. A lot. And they've always seen us reading actual books. YMMV, but our kids learned to read early and well and they both still enjoy reading. A lot.
I don't doubt or dispute any of your points, but it would have been far nicer to wait and air them at a different time and in a different venue -- step back for now and give people a chance to grieve and pay their respects to someone who just died unexpectedly.
> Make a new venv for everything and don’t pollute the global environment and it should be fine.
This just proves the point that Python sucks at managing dependencies, which exacerbates -- perhaps even encourages -- the reproducibility issues being discussed.
How's that? Similar approaches are used elsewhere. Python just makes the creation of the virtualenv more explicit. npm doesn't pollute the global environment either, by default.
Amen!! This is the best way to learn anything technical -- put things into practice to understand the theory. It's also important to keep revisiting the theory to understand results, rather than parroting some catchphrase to "explain" results.