How to start learning programming languages?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nike111
    New Member
    • Jun 2009
    • 15

    How to start learning programming languages?

    I do not have programming skills. How do i get interest in programming and improve my skills???
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    I'd suggest taking a few courses at school first.
    Do you have an idea of what type of applications that you want to develop?

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by nike111
      I do not have programming skills. How do i get interest in programming and improve my skills???
      Whatever you do, don't take Visual Basic; it cripples your mind forever. Take, e.g. Java or C# as a first language. Sun, the inventor of Java, has excellent online tutorials available as well as a great Java forum that you can read, study, and ask occasional questions if you're stuck. And, above all, learn to walk before you run, so take baby steps and you'll be fine.

      kind regards,

      Jos

      Comment

      • nike111
        New Member
        • Jun 2009
        • 15

        #4
        Originally posted by Frinavale
        I'd suggest taking a few courses at school first.
        Do you have an idea of what type of applications that you want to develop?
        i want to develop database applications... .... but need to know at least one of the programming language...... my main problem is its too difficult to start a new thing for me........ how can i overcome in the case of learnin a programming lang???

        Comment

        • cloud255
          Recognized Expert Contributor
          • Jun 2008
          • 427

          #5
          Hey,

          Some people here might laugh at this, but if you really want to learn how to program and understand how all the finer details work, don't go the route of the 'newer' technologies such as .NET.

          The older languages force you to do more of the coding yourself, this allows you to comprehend how things interact on a lower level. I would suggest C++ (a bit intense for a total new comer) or Turbo Pascal.

          I had Turbo Pascal in high school, you can't do ALL the fancy things that .NET and Java offer you, but it is a simple and clean language with which you can learn the concepts of OOP before moving onto something like C++ or C#.

          Good luck

          Comment

          • Frinavale
            Recognized Expert Expert
            • Oct 2006
            • 9749

            #6
            Originally posted by nike111
            i want to develop database applications... .... but need to know at least one of the programming language...... my main problem is its too difficult to start a new thing for me........ how can i overcome in the case of learnin a programming lang???
            I actually agree with Cloud....maybe not Turbo Pascal though.
            C++ is pretty cool...but I really liked Java.

            Java has an awesome resource to help you as a developer: javadocs. When I was working in C++ and Java, I always found that Java "just worked" whereas C++ took a lot more fiddling and would likely not work the first time running something. The nice thing that Java has over C++ is a garbage collector that manages memory usage.

            Java has some nice editors too...check out Netbeans and Eclipse. Of course if you really need help with something you can always ask the experts in the Java Forum too :)

            If you choose to pick up a .NET language, then I would recommend C# over VB. There is an awesome .NET resource too: the MSDN Library. There's a free version of Visual Studio that will get you started. And of course you can always find help in the .NET Forum or the C# Forum too :)

            -Frinny

            Comment

            • HERBERTS
              New Member
              • Jul 2008
              • 18

              #7
              Originally posted by nike111
              I do not have programming skills. How do i get interest in programming and improve my skills???
              Hi,
              Well, the first thing is you be determined to do it yourself. People develop interest in computers by being with computers for sometime, its not a one day thing.
              First, know what you want, and then be determined to do it, you will find that the more you do it, the better it becomes and the more you like it.
              Programming is not a one days job.

              Comment

              • dhirajch
                New Member
                • Jun 2009
                • 1

                #8
                the first thing is to develope your logical skills, then u should opt for programming.

                Comment

                Working...