Welcome to my new project: learn2code!
In my 13ish years as a librarian I've met a lot of people who either wish they knew how to code or were somehow convinced they couldn't learn. The thing is, though, it's easier than ever before to learn programming, and there are more benefits than ever before in a librarian's professional life to know more about coding. Rather than spending any more time being frustrated about it, I figure maybe I should just help people learn.
The great thing is, now we have Processing. Processing is a programming environment created by artists and programmers to do programmable art. It's also fun, easy to get started with, and a really good way to get comfortable with the ideas behind and processes for writing code. I'm no expert in Processing, but I really enjoy using it, and I think you can too.
Everybody can learn to code, even if you're a complete beginner. Here's one way to get started.
learn2code - lesson 1 - getting started from Dan Chudnov on Vimeo.
A few quick notes:
- I've never done video production before. There's a lot to learn! Sorry about the rough edges (especially the sound). I'll get better after more practice.
- The first step is to download Processing. Get the right version for your computer, and install it. When you're done installing it, there should be a "Processing 0135" folder, and inside of that is the application "Processing 0135". That's what you run to get started!
-
In this lesson, you'll learn:
- How to write a program, run it, and stop it
- Setting up the display window and its grid with size()
- Drawing shapes with point(), line(), rect(), and ellipse()
- How to save your sketch code
- How to save your sketched image with save()
- Save your sketch to a location you'll remember. That'll create a folder and a file inside that with a name ending with ".pde". This means "Processing code", and it's just a text file.
- Then the filename you give to save() will be the name of the file that contains your image, which will be in the same directory as your .pde file.
- The code for my self-portrait is attached to this post. You can try my code for yourself if you want.
- My wife (a cataloger, and not a coder - yet!) watched this and then coded up her own face very quickly. It was totally different from and much better than mine!
- Questions or comments? Leave them here, or on the video at vimeo.com.
Give it a try for yourself. Watch it all once, then try it on your own, or watch a little and try everything yourself as you go, or whatever works for you.
When you're done, upload the picture to a site so the rest of us can see it! If you use a public image sharing site, tag your photo with both "learn2code" and "learn2codel1" so we can filter it into a big stream of photos and admire each others' work. Here are tag links for flickr:
I hope you enjoy this, and remember, this is only the start! Much more to follow. If you get tired of waiting, I'd recommend you look around the processing.org site to learn more about the cool things other people are doing with Processing.
Recent comments
22 hours 44 min ago
1 day 5 hours ago
6 days 9 min ago
1 week 5 days ago
2 weeks 1 hour ago
2 weeks 1 day ago
2 weeks 3 days ago
2 weeks 4 days ago
2 weeks 4 days ago
2 weeks 4 days ago