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

June 30, 2010 - 5:46 am 3 Comments

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 .

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

  1. Magilicutty Says:

    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 :

  2. Brian O Says:

    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 :

  3. Thrus Rina 3 Says:

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

Leave a Reply