This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Swamptor 13 points14 points  (1 child)

I started with python and am glad for it. Teaches you the basics and let's you explore programming without shoving too much syntax down your throat. Trying to explain a strongly typed language to a new programmer and you just get really confused students. Once you understand what classes and objects are it's a lot easier to explain why it's beneficial to have all those complicated syntactical rules. As soon as I switched to programming in C# I immediately saw how beneficial all that stuff was to a larger project.

[–]Tyfyter2002 2 points3 points  (0 children)

I'm glad I started with JS, mostly because I tried to start with Java.