We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › How to learn to program. A Beginner
Page Index Toggle Pages: 1
How to learn to program. A Beginner (Read 461 times)
How to learn to program. A Beginner
May 27th, 2006, 4:52pm
 
Hi I am an art student from Norway and have an interest in programming. I have never used Processing before but want to learn. I have never done any programming in fact. Any tips on where to begin learning the language of programming in order to understand Processing? Books?  Etc.
Any pointers appreciated.
Re: How to learn to program. A Beginner
Reply #1 - May 27th, 2006, 5:20pm
 
There is no universal programming language, and right now there aren't any Processing books (coming soon, though). The best course of action is to look at the source of the examples and try changing them and learning which changes still allow the program to run. You'll get an understanding of how the language works by seeing the cause/effect relationship.
Re: How to learn to program. A Beginner
Reply #2 - May 28th, 2006, 8:45am
 
hi b32,

here's a similar thread with some pointers ..

F
Re: How to learn to program. A Beginner
Reply #3 - May 28th, 2006, 6:12pm
 
Thanks. I have started to look into it. thanks again
Re: How to learn to program. A Beginner
Reply #4 - May 29th, 2006, 2:03am
 
I got started by reading up on the Java language (which processing is based on). Most of the concepts like variables and classes should cross over.

Here's Sun's tutorial on the basics:
http://java.sun.com/docs/books/tutorial/java/index.html
Page Index Toggle Pages: 1