HACKER Q&A
📣 m1nz1

You choose the language and tools for an intro CS class, what are they?


You choose the language and tools for an intro CS class, what are they?


  👤 paleite Accepted Answer ✓
TypeScript/JavaScript with VSCode and Chrome.

I find JavaScript to be very accessible, because it can be run in the browser. No extra tools required and if you want, you can get immediate visual feedback by, for example, manipulating the DOM


👤 timwaagh
Python and the console. One of the easiest most straightforward ways to learn programming.