Hacker News new | past | comments | ask | show | jobs | submit login

I am in the computer graphics industry and specifically I am usually operating in the visual effects market. Python is the main code used for custom tools in this market by far -- it is the glue that ties things together. The CPU intensive tools are C++ of course, but everything else is often Python.

The reasons: It is cross platform (VFX is a mix of Linux and Windows, leaning more towards Linux at the high end), there are Python integrations for each major desktop 3D editing tool, and there is Qt for the GUI. You write one and use in multiple different places.

Python is huge in this market. I guess it may not be elsewhere, but generally if you can use Python for a tool, you do. It avoids the pain of C++, which is really horrible across distributions and OSes.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: