Python saved my but 10 years ago when I was transitioning from operations to be a full time software developer. Back then I made the wrong technology choice for a project (OpenLazlo, a discontinued RIA platform on the frontend and PHP at the backend) and the schedule was slipping fast. Then I tried Django and it really stands for the motto "The web framework for perfectionists with deadlines". I'm yet to find a langu…
I always do develop quickly a Django project (1 day) with the Django Import-export module [0] so that I can show to the client the data he wants in an Excel file or else... And most of my developers friends (php...) are blown away how I manage to do that ( i.e a perfectly working admin, nice landing page and complex import-export features). And with Python, you can even show your code to the non tech client and most of the time I've found that he really "guess" the Python code more than a Js code. I'm always delighted when a client makes suggestions on my python code.