learn2code
What questions do you have about learning programming?
In the spirit of nanowrimo I'm going to jumpstart writing a book today. The goal of the book is to help librarians learn how to program. I've talked with many people about this and don't know if I'm up for the task but it's time to give it a go or stop dreaming about it.
I have some thoughts about where to start and what ground to cover but I want to be sure it answers many typical questions new coders have along the way. I also hope to develop the text online as I go, using comments, questions, and suggestions for improvements as they come in to help ensure that the book addresses its readers' needs usefully.
So we might as well start now. What questions do you have about learning to code? What goals would you want to achieve by learning? What specific problems are you unable to solve on your own now that you might be able to solve on your own eventually if you had the right kind of support along the way?
There are many options available for doing this kind of thing online but I want to start by keeping it simple. Post your questions here in the comments, hit me @dchud on Twitter, over email, phone, in person, or whatever works for you.
Please let me know what you think and we'll see where it goes. Thanks!
learn2code lesson 1 - getting started
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
5 days 19 hours ago
1 week 3 days ago
1 week 3 days ago
5 weeks 4 days ago
5 weeks 4 days ago
5 weeks 4 days ago
6 weeks 6 days ago
6 weeks 6 days ago
7 weeks 1 day ago
13 weeks 12 hours ago