I'm completely new to coding and don't have any programming experience yet. I'm about to start my first year studying mathematics and computing, so I'd like to know which programming language would be the best place to begin.
3 Answers
Python would be a sensible option even if you’re starting from zero. You’ll likely encounter it in mathematical or computing courses, and the skills you learn will transfer to other languages later.
Python is usually a strong first choice. Its syntax is relatively easy to read, it’s widely used, and it works especially well for mathematics, data analysis, and general problem-solving.
You don’t necessarily need to rush into learning a language before your course begins. Once your classes introduce programming, you’ll have guidance and should be able to pick up the required language fairly quickly.

Thanks a lot—that sounds like a good place to start.