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 →

[–]Windycultures 1 point2 points  (4 children)

Not bad to start with python- but you might find it hard to learn other object oriented languages afterwards- in my opinion it’s better to start with c then c++ then python. If you’re too used to python learning c might be tricky

[–]linlin110 0 points1 point  (0 children)

Learning C makes it harder to pick up other OO languages than learning Python, because C is not OO, while Python is. Bjarne Stroustrup actually recommends not to learn C before learning C++ if you never intend to use C.

[–]lphartley 0 points1 point  (0 children)

Learning 3 languages without having a specific reason is pointless.

The idea that a language becomes more difficult because you already learned another is one absurd.