Comment by jll29

2 days ago

I had a long debate whether a graphical programming environment like Scratch was better than typing out a classical language such as Python, my friends sided with Scratch but I ended up teaching (a bunch of 11-year-olds in a school) Python using the pyturtle library for simple graphics.

The advantage of Python includes being a "real" language - you can literally make money with what you learn. Also, the program as textual artifact means in can be read out and discussed.