What are good sources for learning some computer programming on my own?

January 11th, 2010 | by admin |

I am interested in learning about programming. What would be the most useful script for me to learn, and are their any good internet sources on programming?
Thanks

You may contact a computer programmer live at website like http://ijug.net/ ,etc .

  1. 3 Responses to “What are good sources for learning some computer programming on my own?”

  2. By Magilicutty on Jan 11, 2010 | Reply

    I always thought Python was a good first language. It’s free ( http://python.org/ ) and they have a good starter tutorial on it ( http://docs.python.org/tut/tut.html ). Once you learn your first language the rest will come a lot easier.
    References :

  3. By Brian O on Jan 11, 2010 | Reply

    There is no one ‘good’ programming language that is better or worse for a new person. Visual Basic was first taught to me in school, but Java and any of the C family is just as good. Often its the second language that is harder unless it has a lot in common. I might better answer your question if you tell me what you want to accomplish or do with it. If you want to make programs that can run in a web browser, Java. If a Windows executable, C# or VB. The latter are also pretty easy to install vs Java which is a pain unless you get an IDE like Jcreator.

    As for online sources, try this:

    http://www.programmingtutorials.com/
    References :

  4. By Thrus Rina 3 on Jan 11, 2010 | Reply

    You may contact a computer programmer live at website like http://ijug.net/ ,etc .
    References :

Post a Comment