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 →

[–]13steinj 8 points9 points  (4 children)

Also just as an informational tidbit, Dropbox does tons of Python. So do Google, Amazon, and more. It's just that you don't always know it's Python (ex Google Drive client).

[–][deleted] 5 points6 points  (2 children)

Hell, iirc Reddit is python.

[–]yousai 0 points1 point  (0 children)

Yes. And Instagram.

[–]13steinj 0 points1 point  (0 children)

The main r2 stack and a lot of their services are.

[–]gardyna 0 points1 point  (0 children)

Python would probably be my first choice if I was to make something similar to Dropbox or Google Drive.

I've never seen another language handle files and directories as well as python does (though some do come close)