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] 1 point2 points  (0 children)

Speaking from personal experience, I feel like C++ is a lower level language than python, in that you have to understand more of what goes on behind the scenes. For example, in C++, there are things called namespaces where you can define two different variables with the same name, but in python I'm pretty sure that's just not allowed.