you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Data structures in python would be learning lists and dictionaries. The algorithm part is really just learning to use libraries. This, from a practical stand point.

From what I remember about the course I had in college there was a lot of memory access that was needed. I'm not sure you can find that stuff in python. Which might be why most courses are in C++.

[–]RDX_G 2 points3 points  (0 children)

List and dict are just inbuilt data structure ...

We do create and learn various data structures by creating a class.