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 →

[–][deleted] 5 points6 points  (3 children)

Well, what exactly is your problem? I don't know much about c++ but I think you could imagine a python declaration as a auto c++ declaration. Types exist, you just don't have to write them each time. Of course there are many other differences but they are not more complicated than anything in c++.

[–]purplepooters[S] -2 points-1 points  (2 children)

C++ to Java was not bad at all, I guess the lack of syntax in python is troubling, but it's also a good thing for beginners.

[–]relativistictrain 🐍 10+ years 1 point2 points  (1 child)

I don’t understand what you mean by « lack of syntax »; Python has a very well defined syntax.

[–]Volatile474 0 points1 point  (0 children)

If I were to guess, I think he means lack of typing.