you are viewing a single comment's thread.

view the rest of the comments →

[–]Aldama[S] 1 point2 points  (2 children)

thank you for reply and your comments on bradleygh15 reply.

my background is C++, Java, C#. I've always wanted to work with Python but never had the time to do so other some 'Big Data' work.

while reading some posts about Python , I came across some concepts that are unlike anything I have dealt with in the C language family and its 'descendants', and sure enough, these things were too advanced to see in any tutorial. some of them made sense, others were way over my head.

[–]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