Post #45349
2025-12-09 13:49 UTC
What’s your target audience ? An what’s the goal ?
There is a difference between Giving a programming training to scientist/engineer who may need more than just Excel for data-processing/visualisation, and giving a discovery what programming looks-like for a general public, or people who want to do their own website.
For general public, the good-old “Logo” that kids learned programming with in the 70-90’s is still great
for scientists engineer, I would go for python which is the de-facto standard for data visualisation/processing when performance doesn’t matter
For a more foundation course, I think the everything is object approach in java can be pretty great
Replies (1)
-
@communism__dup_7961@lemmy.ml 2025-12-09 15:46
What’s your target audience ? An what’s the goal ? Good questions. The goal is not to make new programmers but mostly to satisfy curiosity and help people learn about how the world works, specifically how computers work, and to feel more confident around tech. It’s for a non-technical crowd. Mostly just to give them a taster/peek “under the hood”.