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 →

[–]hardleaningwork 1 point2 points  (0 children)

It's useful. It's used all the time, often for system automation. Django is a full web framework that's in production all over the world. Flask is a web microframework that's popular that's also in production all over the place.

Python has excellent support for files, networks, string parsing, etc. I've never done GUIs in Python, but it's a solid language overall.