+ Reply to Thread
Page 2 of 6
FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 51

Thread: How do you learn a programming language?

  1. #11
    Learning Programmer kromagnon is an unknown quantity at this point
    Join Date
    Jun 2006
    Posts
    53
    I don't know if that is such a good idea. You'll probably end up confusing yourself. (For me) It makes more sense to learn one language, and then draw parallels from it to other languages
    <!-- comment comment comment --></

  2. #12
    Programmer icepack is on a distinguished road icepack's Avatar
    Join Date
    Jul 2006
    Location
    North Carolina
    Posts
    115
    I learned the basics of OOP's in high school. I learn most languages from taking classes at school. But I've downloaded and bought some book's about Perl that have been helping me pick that up.

    Repitition helps. And never just read through instructions. Make sample programs, even if the only change from the last program is something small like adding a loop or if statement.
    Last edited by icepack; 07-26-2006 at 06:34 PM.

  3. #13
    Programmer smith is an unknown quantity at this point
    Join Date
    Jun 2006
    Posts
    153
    yes, you have to do the example programs when you read a book or else you forget everything by the end of the book. That is a good way of learning.

    I usually, after finishing a book, try to create my own program and this generally helps me more than reading the book.
    Code:
    for (int i;;) {
       cout << "Smith";
    }

  4. #14
    Learning Programmer ShortCircuit is an unknown quantity at this point
    Join Date
    Jun 2006
    Posts
    34
    How do you learn? Practice, practice, practice!
    Yes thats right, sure you can learn all the theory you want but without practical experience it is useless!

  5. #15
    Learning Programmer chaganlal1 is an unknown quantity at this point
    Join Date
    Aug 2006
    Posts
    79
    This year I am taking programming classes at the local tech college, but I got into programming around the age 14 by reading some ebooks then when I took the Visual Basic course in High School I came very into it learning the other languages by looking at the source code www.pscode.com has a huge amount of code for alot of languages. Then paying for books off amazon and learning the rest. I guess its about interest, the more interested you are in it the better and faster you will learn.

  6. #16
    Newbie hampus.tagerud is an unknown quantity at this point
    Join Date
    Mar 2008
    Age
    17
    Posts
    25

    Re: How do you learn a programming language?

    I´m learning by doing! Books never seemed to help me at all... I get an idea of a program I´d like to make and then piece by piece I look up how to create it online. For example: if I want to make a text editor, I look up how to format the text in one place and how to save in another. Then combining them and trying to write your own code is very good! I think it is the best way! That and read others source code and trying to understand it... But I believe that this is individual, something is better for me but it may not suite you

  7. #17
    Newbie ikonia is an unknown quantity at this point
    Join Date
    May 2009
    Posts
    24

    Re: How do you learn a programming language?

    I think this question is unique to each user.

    I'd look at what learning methods work for the person in question, then try to find material that falls in line with that.

    Some people respond better to instructor based learning, others to reading/self study, others interactive, others a mix.

    I think the question is unique to the person.

  8. #18
    Newbie sandeepnandal is an unknown quantity at this point
    Join Date
    Jun 2009
    Posts
    2

    Re: How do you learn a programming language?

    yes its true
    Quote Originally Posted by Dan View Post
    As per the title, how do you learn a programming language?

    I have used a combination of, tutorials, editing existing scripts for my needs as well as books (usually from amazon).

    I actually find editing existing scripts to be the most useful, although it is still hard to master a language such as C++

    What methods have other coders used?

  9. #19
    Programmer PGP_Protector is on a distinguished road PGP_Protector's Avatar
    Join Date
    Jun 2009
    Posts
    171

    Re: How do you learn a programming language?

    Me, I started by doing the examples in the old Vic20 Magazines
    (Also helped me learn how to type)

    But I'm mostly self instructed, I had one class of Into to programing in HS, they were teaching Basic, I was trying to do all the examples in pascal on some old TRS-80s

    Now, I do a lot of my work in VB.NET (Works & gets the job done), but am converting to C# as I think that will help the income more in the current environment.

  10. #20
    Programming Expert Andrew.G is an unknown quantity at this point Andrew.G's Avatar
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Age
    15
    Posts
    396

    Re: How do you learn a programming language?

    Book, classes, or video tutorials

+ Reply to Thread
Page 2 of 6
FirstFirst 1 2 3 4 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Easy Program Language to Learn
    By george89 in forum General Programming
    Replies: 20
    Last Post: 07-31-2008, 11:08 PM
  2. D Programming Language.
    By R-G in forum General Programming
    Replies: 2
    Last Post: 04-12-2007, 11:22 AM
  3. What language to Learn?
    By mevets in forum General Programming
    Replies: 20
    Last Post: 12-20-2006, 09:04 AM
  4. Replies: 5
    Last Post: 08-07-2006, 05:50 PM
  5. Replies: 9
    Last Post: 07-05-2006, 09:20 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts