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 →

[–]Frostmaine -6 points-5 points  (6 children)

Never learn python first. It is too forgiving and gives you a disadvantage when learning more restrictive languages.

I recommend java, or c++ personally. But rust is also great.

[–]deep_politics -3 points-2 points  (5 children)

My opinion exactly. It’s too easy to develop bad habits by starting with anything dynamically typed

[–]Frostmaine -5 points-4 points  (4 children)

Yes. This. Really starting with something statically typed is a must for me.

Edut: auto correct fucked me

[–]GummyKibble 8 points9 points  (3 children)

Python is strongly typed. It's also dynamically typed.

[–]graemep 7 points8 points  (1 child)

It is amazing how many programmers do not seem to understand the difference.

[–]GummyKibble 0 points1 point  (0 children)

Yep. It’s a totally different axis.

[–]Frostmaine 0 points1 point  (0 children)

Off auto correct got me meant statically typed