What are good sources for learning some computer programming on my own?
June 30, 2010 - 5:46 am
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 .
June 30th, 2010 at 10:56 am
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 :
June 30th, 2010 at 11:05 am
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 :
June 30th, 2010 at 11:29 am
You may contact a computer programmer live at website like http://ijug.net/ ,etc .
References :