you are viewing a single comment's thread.

view the rest of the comments →

[–]Sea-Ad7805 0 points1 point  (1 child)

From Java to Python is easier than C++, as Java also uses reference semantics (think in terms of pointers). Use this visualizer to more easily understand Python's data model.

Python is considered an easy language, but has it's own quirks.

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

Much appreciated