Learn to code – Introduction
Posted: June 20th, 2012 | Author: Sermad | Filed under: Code, learntocode | 5 Comments »So here we are. I said I would write some tutorials on how to learn to code through some simple exercises.
We are going to try to learn some practical coding concepts. Nothing like building a website. Just small snippets that might be fun.
We are going to cut a lot of corners to get up to things working fast. The tutorials are aimed at a coding beginner.
The tutorials will always have a clear goal to create some sort of visual / graphic art. I believe that clear visual results breed curiosity and more curiosity will let keep people interested.
Each tutorial will try and teach you atleast one programming concept and hopefully you’ll get something nice and visual to go with it.
We’ll writing our code in a combination of the JavaScript language and processing.JS.
I’ll try to keep the jargon to a minimum.
We’ll also be using jsFiddle for the coding environment. This helps get you started quicker as you don’t need to download anything to get started as you can code from your web browser.
Disclaimer
I’m not a trained ‘teacher’ or have huge amount of experience teaching programming. I just wanted to try out some ideas on how to teach some principles of coding. If you want an amazing book on learning programming principles and processing then please take a look at Learning Processing by Dan Shiffman.
So if something is too easy/too hard/not explained then please comment. Then i’ll fix it.
Please also understand there are many many ways to code. There is no ‘right’ way and do not take what I write as such. It’s about getting excited and then hopefully you’ll go off and try some things.
Tutorial 1.0 Yves Klein Blue – Colour
Tutorial 1.1 Yves Klein Blue
JSFiddle Introduction
Tutorial 2.0 Damien Hirst Spot Paintings
Tutorial 2.1 Damien Hirst Spot Painting – Variables
Tutorial 2.2 Damien Hirst Spot Painting – Loops
Tutorial 2.3 Damien Hirst Spot Paintings – If
Tutorial – 2.4 Damien Hirst Spot Paintings – Random
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
Pingback: .: sermad :. » Blog Archive » Learn to code – 1. Colour
Pingback: .: sermad :. » Blog Archive » Learn to code – 2.0 Damien Hirst Spot Paintings
Pingback: .: sermad :. » Blog Archive » Learn to Code – 2.1 Damien Hirst Spot Paintings
Pingback: .: sermad :. » Blog Archive » Learn to Code – 2.2 Damien Hirst Spot Paintings
Pingback: .: sermad :. » Blog Archive » Learn to Code – 2.3 Damien Hirst Spot Paintings – If Else