I think I'll be a heretic myself. For _most people_, I would think, the best way to learn their FIRST programming language is by taking a class. Learning further programming languages can be done from a book with more reasonable efficiency, I think. In any event, if you ARE going to take programming classes of any sort, I would recommend the following:

If you want to take 1 class, take it in a language which does NOT explicitly support Object Oriented. Perhaps C.
If you are willing to take two classes, add a class in Object Oriented Programming of some flavor, Java or C++ perhaps.
If you are willing to take a third class, add a class in Data structures.

I happen to have taken only 3 CS classes while I was in high-school/undergrad: C Programming, Java Programming, and Data Structures. The only thing I feel I'm missing that I should have taken that would be useful to me now is a class in Algorithms, or specifically in combinatorial optimization.

Your mileage will vary. I do biophysics, and those are the bits of programming which are useful to me and sufficient to allow me to read up on any new programming element or language I need to.

In reply to Re: programming language by NotJeff
in thread programming language by Anonymous Monk

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.