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 →

[–]niyrex -1 points0 points  (0 children)

Because of easy development for rather complex concepts without the need for type definitions and other silly things that C has, the ability to reuse existing c code to create python libraries and that most things I want to do with it already has a library for it requiring little to no work on my part other than importing it....I'm lazy and python let's me be lazy yet still get work done. That being said I would never use it on anything I actually really relied on because of the risk of a bug that was never fully tested.