Hello,
I am thinking about teaching my students JavaScript first so that they can start creating websites and make their career, what are your thoughts?
Hello,
I am thinking about teaching my students JavaScript first so that they can start creating websites and make their career, what are your thoughts?
As a first language, JS is too much. They would need to learn three languages to make websites (JS, CSS, and HTML).
I’d start with Python. It’s easy to learn, and modern Python gives you the tools to write code that’s easy to read and follow without being too verbose.
uvshould make things very easy to setup too. Installuv, then give them a starter repo with the Python version set.uv runshould just work after that, no manual venv/conda/etc nonsense involved.