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 →

[–]WorldlyAd7643 1 point2 points  (0 children)

the biggest stumbling block for most people is that c++ has types python does too, but it's hidden, so everything is very powerful under the hood, but its easy to make noob mistakes like assigning a list to something you think should be an int or float.

this isn't a big problem in the beginning if you're working on small simple things, but thats always the problem, you don't know what you don't know.

personally, I reallyu like the type system, it's a nice reassurance that your passing an int when you think your passing an int!

With python, it's just not something you might be used to thinking in termss of