Closed Thread
Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 57

Thread: How do you learn a programming language?

  1. #31
    Gemini's Avatar
    Gemini is offline Newbie
    Join Date
    Jul 2009
    Location
    Netherlands
    Posts
    8
    Rep Power
    0

    Re: How do you learn a programming language?

    I do C# so its very helpful to me.
    I can has kood

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #32
    relapse's Avatar
    relapse is offline Programming Expert
    Join Date
    Jul 2009
    Location
    Intrawebs
    Posts
    479
    Blog Entries
    2
    Rep Power
    0

    Re: How do you learn a programming language?

    Ah, I see. That is all you use?

  4. #33
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: How do you learn a programming language?

    Knowing C# can be useful if you wish to continue on with the .NET framework.
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  5. #34
    xsonline is offline Learning Programmer
    Join Date
    Apr 2009
    Posts
    48
    Rep Power
    11

    Re: How do you learn a programming language?

    The syntax of a language like C++ isn't the most important. You should first focus on ways to structure your code, so others can read them after you've written them. I think the best way to start, is to read about UML.

    UML is a unified moddeling language for Object Oriented environments. If you learn this, you only have to translate these techniques into your favorite Programming Language. The syntax of any language mostly isn't so very difficult.

  6. #35
    jpiche is offline Newbie
    Join Date
    Aug 2009
    Location
    Minneapolis
    Posts
    16
    Rep Power
    10

    Re: How do you learn a programming language?

    How do you learn a new language? Research which books are used in college classes and pick one up on amazon, or if they are too expensive, pick up an O'Reilly book--that's how I learned Perl.

  7. #36
    xsonline is offline Learning Programmer
    Join Date
    Apr 2009
    Posts
    48
    Rep Power
    11

    Re: How do you learn a programming language?

    following tutorials is an efficient way. you learn a language by using it

  8. #37
    NatalieM's Avatar
    NatalieM is offline Learning Programmer
    Join Date
    Jun 2009
    Location
    London, England
    Posts
    83
    Rep Power
    10

    Re: How do you learn a programming language?

    I've subscribed to Safari, which lets you access loads of books including all of the O'Reilly ones. The subscription is kinda expensive (about $45 a month) but if you are learning full time, it's well worth it considering that each book would cost about the same. I plan on subscribing for up to a year - at the moment, I'm checking out/reading about 10 books a month so it's well worth it but I suppose that as I learn more, I will refer to books less often and therefore might not be able to justify such a cost.

    I decided on this after researching my local library and finding out that they had very few programming books and because I am opposed to illegal downloads, I looked for a way to access many books and I found Safari and I am very satisfied with it.

    At first, I was going to my local bookstore and checking books there but there's only so many times you can do that without attracting attention lol

    As for learning a programming language in general, I use a mixture of books and trying to do my own apps. When I'm stuck, I then go on the internet to find some example code or a forum with somebody with a similar problem. Quite often, my question can be answered without having to directly ask for help but of course, if I couldn't, I would post on here.

    I've been looking at ULM for a while and I think it's a great concept. Is it widely used?

  9. #38
    Rustix666's Avatar
    Rustix666 is offline Newbie
    Join Date
    Dec 2009
    Posts
    15
    Rep Power
    0

    Re: How do you learn a programming language?

    2 Years on Programming Courses.

  10. #39
    :Matt: is offline Newbie
    Join Date
    Jul 2009
    Posts
    6
    Rep Power
    0

    Re: How do you learn a programming language?

    Quote Originally Posted by Rustix666 View Post
    2 Years on Programming Courses.
    So you take two years of courses for each new language? I doubt that. You didn't answer the question correctly.

    What I do is I look at maybe three or four different online tutorials to get a basic understanding of the language. (Just enough to be able to read most source code, write a 'hello world' app, etc...) From there I look at source code from other people then I write a few small projects on my own.

  11. #40
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: How do you learn a programming language?

    to learn enough to write a hello world-app, you would not need more than maybe an hour for each language with no knowledge at all before.

    But to learn to program, you would problably need a month or two to know the basics with iterations, selections and other basic moments. with that knowledge, you can learn other languages easier.
    __________________________________________
    I study Information Systems at Karlstad University when I'm not on CodeCall

Closed Thread
Page 4 of 6 FirstFirst ... 23456 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