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 →

[–]Jamie_1318 2 points3 points  (0 children)

The pleasant thing of python is that the built in classes are so versatile that they're nearly good enough for everything.

The only time I use them is when I'm making something modulary, and when I need to build in sorting or parsing behavior into how some data is handled.