Search Results

1
vote

How to sell Python to a client/boss/person with lots of cash

Focus on the shorter time needed for development/prototype and possibly easier maintenance (none of this may apply against Ruby). …
5
votes

Should I move from C++ to Python? … Or another language?

I like the idea of not needing to compile the programs each time we make a change. I understand that the interpreted languages probably wont hit the same performance we currently get …