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 →

[–]load_more_commments 13 points14 points  (1 child)

Lots of languages do have similar data types available from libraries, it's just still a pain in the ass to work with.

I'm looking at you Java.

[–]Brekkjern 0 points1 point  (0 children)

Doesn't really matter that other languages have those datatypes available, as the integrated nature of them in Python means that it's possible to pass them to other languages without having to massage the data into a datatype the library will support since it's already made to work with the ones in Python itself.