Closed Thread
Page 1 of 6 123 ... LastLast
Results 1 to 10 of 57

Thread: How do you learn a programming language?

  1. #1
    Dan
    Dan is offline Programmer
    Join Date
    Jun 2006
    Posts
    145
    Rep Power
    0

    How do you learn a programming language?

    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?
    Last edited by Roger; 08-11-2010 at 04:48 PM.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Void's Avatar
    Void is offline Programming Expert
    Join Date
    Jun 2006
    Posts
    410
    Rep Power
    23
    I generally read a book or take a class to start with and then *try* to create a small program. Once I'm in the middle of the program tutorials and tips on the internet lead the way for me. I've used existing scripts as examples and learned a lot from them.
    Void

  4. #3
    Kaabi Guest
    I've never learned a full programming language, but from what I have learned, it's all been online tutorials and speaking with people who know more about the language then I do. I could have probably learned C++ all the way now if I had sticked with it.

  5. #4
    MrDiaz is offline Learning Programmer
    Join Date
    Jul 2006
    Posts
    65
    Rep Power
    0
    books is the best way, also tutorials, while you see you can also try and do the same on the computer to try to match the exercise.

  6. #5
    Kaabi Guest
    Oh wait, now that I think about it, I did once use a book to learn a programming language (part of one). I was learning Liberty BASIC using Liberty BASIC for Dummies (they have everything, don't they?) I regret doing it though, Liberty BASIC is the most useless language EVER.

  7. #6
    kromagnon is offline Learning Programmer
    Join Date
    Jun 2006
    Posts
    50
    Rep Power
    0
    Taking a class for it is definitely the best, because you have an expert there to help you in real life(instead of asking for help over a forum).But this isn't an option for many people. The next best choice I think would be to buy the book that the class teaches from. My C++ book that I got in CS1400 is an invaluable resource.

  8. #7
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143
    There are some books online for free. Using those can be especially helpful.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  9. #8
    Kaabi Guest
    Well if you go to college there are a lot of programming classes, so that's probably the best way to learn it. I'm pretty sure you can also take classes in high school too.

  10. #9
    hoser2001's Avatar
    hoser2001 is offline Programmer
    Join Date
    Jul 2006
    Posts
    175
    Rep Power
    0
    I got this really great internship the summer before my junior year of college. Worked for a software company doing .NET and lots of work with ms sql2000. I had almost no programming background when I started and now I feel completely confident in my ability to do anything as long as its possible with code. NO college course could have taught me all the skills I learned working there. So I say hands-on experience in real a life situation is the best way to learn something new.

  11. #10
    Sionofdarkness is offline Programming Expert
    Join Date
    Jul 2006
    Posts
    383
    Rep Power
    0
    I haven't really started to learn a full language yet, I'm just trying to learn about programming as a whole before I dive into learning the complete syntax of an individual language.

Closed Thread
Page 1 of 6 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Which programming language should I learn?
    By Jelllio in forum General Programming
    Replies: 9
    Last Post: 12-22-2010, 04:32 PM
  2. Replies: 45
    Last Post: 11-28-2010, 11:14 PM
  3. Is PHP the best web programming language to learn?
    By Kaabi in forum PHP Development
    Replies: 13
    Last Post: 07-31-2010, 07:26 AM
  4. Learn a Second Programming Language
    By crazycaw in forum General Programming
    Replies: 7
    Last Post: 07-15-2010, 07:37 PM
  5. which language to learn for GUI-programming?
    By joey7789 in forum General Programming
    Replies: 11
    Last Post: 05-26-2008, 10:03 AM

Tags for this Thread

Bookmarks

Posting Permissions

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