Were I an interviewer I would not like that answer. No matter how much better you know Perl, there are generic valid reasons to write in Python instead that you can give that interviewer:
  1. A personal project to help you learn Python, some Python library, etc. (Note, learning how a framework in another language does something is an excellent way to open your mind to new ways to do it in Perl.)
  2. An existing Python project has a lot of the functionality you need, and extending it looks easier than rewriting it.
  3. The team that will have to support and maintain it are Python developers rather than Perl developers.
  4. A client is willing to pay you to write in Python, and is willing to accept your reduced productivity.
What you're trying to demonstrate with these answers are that you are open to working with others, fitting yourself to an organization's needs, and learning. The answer you gave instead could leave the impression that you have none of those traits.

The only time I would want to leave an interviewer with those types of negative impressions of me is if working with a particular language was so distasteful that I really don't want a job where I have to do that. The only language that I feel that way about is VB. Certainly I don't feel that way about Python. Furthermore Python has some good features that I wish were in Perl. For instance Perl has nothing equivalent to Python's list comprehensions and generators.


In reply to Re^2: Revisiting the old clichés of programming languages (natural languages) by tilly
in thread Revisiting the old clichés of programming languages by citromatik

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.