As someone who dropped out of high school (did go back and graduate though) and never went to college or university, and who now deciphers large corporation and government business processes and converts them into code logic (in Python), I'd say if you like Perl, go with Perl.

Python is a decent language, but to be honest, it feels more 'childish' in many ways. Sure, you can get a coding job in Python anywhere, with the 5 million other out-of-school kids. You can do the same with any hot language. Perl, however, while it is in decline, is becoming very lucrative (because of corporations wanting to keep their legacy codebase running).

Again... learn what you feel good with. Perl is a very good start, as if you know Perl, you can transition reasonably well into other languages (I want to say C/C++, Java and, well, Python). I think I find jQuery/Javascript to be easier to grasp as well with my Perl experience.

Do what feels right. Python is easy to grasp with enough Perl experience (you'll need to understand Object Oriented Programming), but looking back, I don't think it could be the other way around as easily.

I also find the Perl community to be much kinder to one another. Sure, there are fights and bitching, but it's handled appropriately for the most part, as many Perl hackers have been around for a very long time.

There's also the CPAN. I don't believe there's another language that exists that has such a cohesive, consolidated grouping of all the published modules in a single, easy to access location.


In reply to Re^3: How does one learn perl programming efficiently - if they do not come from computer science background? by stevieb
in thread How does one learn perl programming efficiently - if they do not come from computer science background? by ktsirig

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.