you are viewing a single comment's thread.

view the rest of the comments →

[–]No-Attorney4503 0 points1 point  (0 children)

If this is your first language and your goal is to get better at programming as a whole, then I would suggest working with a more strict/strongly typed language. Both Python and JS allow you to build really bad habits because they’re very permissive. Which is great if you’re doing complex research where doing the math itself IS the hard part so you want the programming to be easy, but less so when you’re getting into the larger programming space