Should I teach students who doesn't know computer science C or JavaScript first?

https://programming.dev/post/47695080

Why not python? C needs constant memory management and JavaScript is too chaotic both seem to me too complicated for someone just starting

The main reason to not including python is that students aren’t particularly in the CS field, they are learning it as their “augmented skill” (I don’t know what it’s called bad English). That’s why I don’t want to force them to learn CS concept which they might not even need.

I was thinking about C so that their fundamentals gets cleared but I think it will be too much for students who aren’t into CS. What do you think ?

The main reason to not including python is that students aren’t particularly in the CS field,

In that case, I think Python is a better choice for teaching programming. Just skip the fancy features that have been bolted onto Python over the past 15 years or so.

I might argue in favour of JavaScript if web application programming is specifically the goal. But for programming in general, I consider it a troublesome language.