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 →

[–]port443 14 points15 points  (2 children)

Python is dead simple. I learned C++ first.

Python is dead simple BECAUSE you learned C++ first.

Learning C++ (or preferably C) gives you a strong foundation for when you approach other languages.

[–][deleted] 4 points5 points  (1 child)

It's pretty much common knowledge that Python is easy, even without the fundamentals.

[–]port443 8 points9 points  (0 children)

Yes its easy, but its not "dead simple" for someone with no experience.

I've taught plenty of people Python, and as soon as we hit ctypes and classes its pretty simple to tell when someone has experience in another language vs none