Do Python programmers have a tendency to write their own software instead of contributing? Why?
22nd January 2012
My answer to Do Python programmers have a tendency to write their own software instead of contributing? Why? on Quora
I think you’ll find that PROGRAMMERS have a tendency to develop their own thing rather than contributing to an existing project. It’s even got its own TLA: NIH (Not Invented Here).
It’s not always a bad thing. When Dave Winer expressed dismay at Douglas Crockford for inventing/discovering JSON when XML and XML-RPC already existed, Douglas responded:
“The good thing about reinventing the wheel is that you can get a round one.”
http://scripting.wordpress.com/2...More recent articles
- How StrongDM's AI team build serious software without even looking at the code - 7th February 2026
- Running Pydantic's Monty Rust sandboxed Python subset in WebAssembly - 6th February 2026
- Distributing Go binaries like sqlite-scanner through PyPI using go-to-wheel - 4th February 2026