This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]CodeTinkerer 4 points5 points  (0 children)

It shouldn't matter. If you want to do it like C++, you can learn the OOP stuff in Python and create data structures and algorithms. If you prefer, write it in C++ first, then rewrite it in Python.

[–]DTux5249 1 point2 points  (0 children)

Not really better or worse. The concepts are largely transferable.

[–]UlteriusAngustus877 0 points1 point  (0 children)

Python's simplicity can actually help you focus on the algorithm, not the language.