Closed Thread
Page 6 of 6 FirstFirst ... 456
Results 51 to 57 of 57

Thread: How do you learn a programming language?

  1. #51
    Irfan_A's Avatar
    Irfan_A is offline Programmer
    Join Date
    Dec 2009
    Location
    INA
    Posts
    180
    Blog Entries
    5
    Rep Power
    9

    Re: How do you learn a programming language?

    Join with their forum, read help file carefully, practice.
    All need patience.
    nomainwin : open "CodeCall" for dialog_nf_modal as #whileTrue : wait

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

     
  3. #52
    Red_Shadow's Avatar
    Red_Shadow is offline Learning Programmer
    Join Date
    Jan 2009
    Location
    over the rainbow
    Posts
    58
    Rep Power
    0

    Re: How do you learn a programming language?

    The only real way to get good at a language is to read a little code, then write a little code, then read a little, etc. Do this enough, and you'll be good.

  4. #53
    atheium's Avatar
    atheium is offline Programming Professional
    Join Date
    Jun 2010
    Posts
    299
    Blog Entries
    10
    Rep Power
    8

    Re: How do you learn a programming language?

    everything ive learned was like this:

    find a book on the apropriate language or scripting, read it front to back, read it again this time going through the examples, then finally go to the back of the book and look over everything that wasn't covered much. it works really well for me, though i dont have books on everything i want to learn so i have to do things the slow way until i find some.
    11ism.com <my meaningless empty website, HORAH now with link! (thx gamemaker)

  5. #54
    Jhost's Avatar
    Jhost is offline Newbie
    Join Date
    Jul 2010
    Posts
    11
    Rep Power
    0

    Re: How do you learn a programming language?

    I recommend a variety of books, tutorials on youtube, regular tutorials, and experimenting. Asking questions is also extremely helpful.


  6. #55
    RuneNova91's Avatar
    RuneNova91 is offline Learning Programmer
    Join Date
    Jul 2010
    Location
    Florida
    Posts
    74
    Rep Power
    6

    Re: How do you learn a programming language?

    Im in the process of learning C++ and awhile back I stumbled onto some awesome youtube tutorials for it and the website where the creator of the videos belongs...very helpful:

    YouTube - C++ Tutorial (1) - Absolute n00b spoonfeed (follow the videos in order)

    please dont think Im putting down this website for the link Im posting to this other one...Im just trying to keep everyones multiple options opened and for anyone that follows the videos to see the website:

    C++ Tutorials - Absolute n00b spoonfeed &bull; Index page

  7. #56
    d0s
    d0s is offline Newbie
    Join Date
    Jul 2010
    Posts
    10
    Rep Power
    0

    Re: How do you learn a programming language?

    I typically find if this is your first rodeo with a programming language that you start with the most basic, simplest program a language can support and work from there. This is why most books start you out with a Hello World! program or stuff like adding two numbers together. As you learn instructions of a program, the simplest program illustrating that instruction is almost always the best. If you get too many things at once you get overwhelmed and it becomes white noise. Like someone trying to talk to you at normal speed in a foreign language you don't know.. the brain just shuts down. As you learn the instructions and various structures and get a grasp on what can be done, your programs will become inherently more complex allowing you to solve inherently more complex problems with said language.

  8. #57
    josep is offline Learning Programmer
    Join Date
    Dec 2009
    Posts
    56
    Rep Power
    0

    Re: How do you learn a programming language?

    One of the tried and tested ways to fully master the programming language is to actually program in that language. learning the books and tutorials is a prerequisite for the journey ahead. Best of luck!

Closed Thread
Page 6 of 6 FirstFirst ... 456

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