Best programming language for beginner

  • Creator
    Topic
  • #187662
    MrMustPass
    Member

    Hi all – a little off topic but need some suggestions

    I want to start learning programming as a personal interests. with zero programming background, it is kind of hard to decide which one i should start with.

    C? Java? or anything else?

    Thanks!

    BEC - 77
    FAR - 69, 70, 76
    REG - Waiting
    AUD - Jan 2015

    Just Do It.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • #585946
    Anonymous
    Inactive

    python

    not sure if you'll get much use out of it in accounting, but it's a good language to learn programming. SQL will be more useful. but who wants to learn SQL? nobody, that's who.

    #585947
    Anonymous
    Inactive

    Visual basic is simple and could be used in excel

    #585948
    h0wdyus
    Member

    Java code works on both Linux and Windows. Visual Basic is good for windows but is now a little old. The latest in windows OS Prog language is C sharp written as C#. It is windows based and has a lot of features of C++. If you want to learn something on Linux/Unix, Java is hot, but C++ is what is used in cases of systematic trading models that does live trading. C++ will ground in the concepts very well and is still the language that creates fastest executing code. Python has code similar too C++ , mainly used for scripts and with Web programming.

    I would say if linux/unix OS then do C++ , Java is you can't find C++ class, For windows OS do C#

    FAR - 81 29th Aug 2013
    AUD - 84
    REG - 82
    BEC - 89 29th Aug 2014
    Using Yager

    FROM NJ

    #585949
    Anonymous
    Inactive

    What's your goal with your personal interest in it?

    The recommendations above are good, the only thing I would add is that once you learn one, it gives you the mechanics to learn others, so don't sweat the choice too much. At one time I was pursuing a computer science and business hybrid degree, and at that time took 2 entry-level programming courses which both used Java. I changed my major and a year or two later was looking at some programming with my boyfriend in a different language (actually we looked at several languages) and even though I'd never seen these specific languages before, I could tell what they were saying and how to fix them based on what I'd learned with Java. Now I do a lot with macros in Excel and have never sat down to learn – in any way – Visual Basic. However, I understand enough programming method from my Java classes to be able to have Excel record a macro (so that I can see the various commands, how to call to sheets/cells, etc.) and then I can go in, “read” it, comment it to make it clear to others what it's doing, and clean up the things that I have no use for. Could I write a VB script from start to finish? Not one that did much, unless I Googled my way through it. But I can troubleshoot and correct the code because I can “read” it. I've also, though, written scripts in other languages and been able to do so with just a bit of Google help due to the foundation from learning Java. The exact terms are different from language to language but a lot of the structure carries over.

    Oh, and not saying that Java is the only one that does this! I think that any language provides that foundation, Java just happens to be the one that I started out with. C#, C++, Python, Java, etc. will all give you the building blocks. (Note: Java and Javascript are very different things. Only get into Javascript if you're primarily interested in web design – Java will be more useful otherwise.)

    If you find an old textbook on Amazon you can probably learn any of these for just a few dollars. My first Java class was an independent study course and I did have a tutor (good friend who was a senior in computer science 🙂 ) but he was mostly just to check my work – I learned it primarily from the book. So if you're looking for the cheap route, try to find a textbook that's a couple editions out of date so dirt-cheap but is understandable. I tried to find the name of the one that I used because it was surprisingly understandable for a textbook, but there's sooooooo many textbooks available that I'm having trouble finding it on Google.

    #585950
    h0wdyus
    Member

    Java Programming by Joyce Farrell. It is a college text book with exercises. Good Book for beginners.

    FAR - 81 29th Aug 2013
    AUD - 84
    REG - 82
    BEC - 89 29th Aug 2014
    Using Yager

    FROM NJ

    #585951
    MrMustPass
    Member

    thank you ALL for those GRRRRREAT suggestions!!! (tim gearty style)

    I will start with Java and excel vba. planning to purchase one of those “for dummies” books 😀

    BEC - 77
    FAR - 69, 70, 76
    REG - Waiting
    AUD - Jan 2015

    Just Do It.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.