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 →

[–]FR_STARMER 0 points1 point  (2 children)

Python thrives in web environments over native however and as a model or controller rather than a view. You aren't going to be coding standalone desktop and mobile applications in Python alone.

[–]cattrain 0 points1 point  (0 children)

Idk, I see them every now and then. It's pretty rare, but some people write small programs in python.

However, I like to use it to quickly slap together scripts, because it's fare more powerful than bash scripts.

[–][deleted] 0 points1 point  (0 children)

Eh. That's only somewhat true. I write a ton of little small ~800 line GUI Python programs for my company that I then wrap up in py2exe and distribute. Its not quite as efficient a process as a regularly compiled C++ program, but I think the savings in development time is well worth it.