<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Here's a great indicator; do a search on: C++ obfuscate<br>
    (we're all probably familiar with the C obfuscation challenge
    contests...)<br>
    <br>
    Then do: javascript obfuscate<br>
    <br>
    Repeat for: java obfuscate<br>
    <br>
    Then try it with other languages of interest to you.<br>
    <br>
    Finally look at: python obfuscate<br>
    <br>
    And you'll see at the opening of the attempts described, the authors
    concede that it's hard to do.<br>
    I have spent decades dealing with compiled languages; python offers
    one the shortest time to implement an idea without getting mired in
    the resource specifics of a language like C(++). There's been a
    number of times I have set about doing a compiled program, and I get
    so distracted with some sideline prerequisite, for a moment I even
    forget what the original task I was dealing with was!<br>
    <br>
    Now of course, python has overhead (in the age of 1TB disks and 8GB
    RAM machines, this is less of a consideration...);<br>
    it's lousy if you're going to do an iteration-intensive task.<br>
    <br>
    But if you know from the outset that you won't go to that place,
    it's among the best in terms of readability.<br>
    <br>
    Perl is incredibly powerful, but requires a very conscious effort to
    keep it readable.<br>
    <br>
    python's thought out interface to libraries compiled in other
    languages also explains its following;<br>
    when you tackle a task, like java, there's just a ton of libraries
    that you can leverage off of...<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 4/17/2016 10:07 AM, A. Jesse Jiryu
      Davis wrote:<br>
    </div>
    <blockquote
cite="mid:CAFRUCtaxJCANpgOFxy7fkWgd_Qhi-_DtBTdkd7KjFz514Ks7WA@mail.gmail.com"
      type="cite">
      <div dir="ltr">I agree — Python is designed with the philosophy
        that "readability counts" and it is successful at that. Python
        code is some of the most readable of any programming language.
        The language also has disadvantages, of course, but its clarity
        is unsurpassed.</div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Sun, Apr 17, 2016 at 9:30 AM, Sujit
          K M <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:kmsujit@gmail.com" target="_blank">kmsujit@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">Hi,
              <div><br>
              </div>
              <div>I found python projects to be very good from an code
                review perspective.</div>
              <div>What I found is Python Language makes it simple to
                without an IDE simpler</div>
              <div>code to review. I find Java Projects to be the most
                difficult to do code review.</div>
              <div><br>
              </div>
              <div>What is the general view on this? Or is it one of my
                hallucinations?</div>
              <div><br>
              </div>
              <div>Regards,</div>
              <div>Sujit K M</div>
            </div>
            <br>
            _______________________________________________<br>
            talk mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:talk@lists.nycbug.org">talk@lists.nycbug.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.nycbug.org/mailman/listinfo/talk"
              rel="noreferrer" target="_blank">http://lists.nycbug.org/mailman/listinfo/talk</a><br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@lists.nycbug.org">talk@lists.nycbug.org</a>
<a class="moz-txt-link-freetext" href="http://lists.nycbug.org/mailman/listinfo/talk">http://lists.nycbug.org/mailman/listinfo/talk</a></pre>
    </blockquote>
    <br>
  </body>
</html>