Has anyone come across Python "packages" that would be suitable for engineers?
I've been trying to pick up Python, but every time I try to do something I need to install a new module. There are many sources of example programs that won't run unless I have "X" installed. When I started with Python I went through the basics easily enough, but now that I want to use it for "real" work I have to get matplotlib, but that needs six because I'm using Python 2.7, and dateutil, and a host of others, and they were all clumsy to set up until I found out about ez_setup... and I'm still going around in circles. I'd like to get the visual modules, too, but I don't DARE to try!
Wouldn't there be a demand for big fat ZIP files with appropriate modules installed, each a tailored recipe for engineers, scientists, game developers, web developers, etc.? Does that already exist?
I know, I know, that's the "Microsoft" approach - call it bloated if you must. But I've wasted days downloading tiny bits and pieces and coaxing them to run.
STF