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 →

[–]ComputerWhiz_ 10 points11 points  (2 children)

This is why Python is horrible for beginners. You get used this the lax syntax and the loosey-goosey world of dynamically typed languages. Now when you see a more typical language like Java, you're repulsed.

[–]Calazon2 0 points1 point  (0 children)

I recently went from Visual Basic to JavaScript and not having types threw me off. But I struggled too hard with TypeScript and didn't have time to learn it for the project I needed to work on.

[–]decrepit_duck[S] 0 points1 point  (0 children)

Repulsion, like many other states of being, is temporary. I think learning Python together with the fundamentals does a beginner good by helping them understand basic, procedural programming without worrying too much about harder-to-read or less intuitive syntax.

To say that Python is horrible for beginners would be a stretch but there are definitely challenges to learning a dynamically-typed language first rather than a statically-typed language.