Sunday, February 16, 2014


Family newsletter:
I've been enjoying my UU hobby so much, I've gone ahead and decided to try taking on another hobby: studying computer programming. (Just studying, so far, not much actual doing. My schedule doesn't seem to have any free computer time in it, but it does have moments, as I chauffeur Paikea around, when I can read a few pages of a book.) I've read half of Python for Kids (not impressed), and started Eloquent Javascript (pretty cool), and Coders at Work (way over my head, but interesting). Many thanks to the Google Blockly team (especially Ellen S.), to the Au Coquelet BiFriendly crew, to the Hour of Code campaign, and to my 9yo daughter, for the encouragement and inspiration.

Thursday, February 13, 2014

TEDx 10 places where anyone can learn to code

Technology TEDx

10 places where anyone can learn to code

Posted by: Jessica Gross 

blog_learn_to_code_art_revTeens, tweens and kids are often referred to as “digital natives.” Having grown up with the Internet, smartphones and tablets, they’re often extraordinarily adept at interacting with digital technology. But Mitch Resnick, who spoke at TEDxBeaconStreet in November, is skeptical of this descriptor. Sure, young people can text and chat and play games, he says, “but that doesn’t really make you fluent.”
Mitch Resnick: Let's teach kids to codeMitch Resnick: Let's teach kids to codeFluency, Resnick proposes in today’s talk, comes not through interacting with new technologies, but through creating them. The former is like reading, while the latter is like writing. He means this figuratively — that creating new technologies, like writing a book, requires creative expression — but also literally: to make new computer programs, you actually must write the code.
The point isn’t to create a generation of programmers, Resnick argues. Rather, it’s that coding is a gateway to broader learning. “When you learn to read, you can then read to learn. And it’s the same thing with coding: If you learn to code, you can code to learn,” he says. Learning to code means learning how to think creatively, reason systematically and work collaboratively. And these skills are applicable to any profession — as well as to expressing yourself in your personal life, too.
In his talk, Resnick describes Scratch, the programming software that he and a research group at MIT Media Lab developed to allow people to easily create and share their own interactive games and animations. Below, find 10 more places you can learn to code, incorporating Resnick’s suggestions and our own.
  1. At Codecademy, you can take lessons on writing simple commands in JavaScript, HTML and CSS, Python and Ruby. (See this New York Times piece from last March, on Codecademy and other code-teaching sites, for a sense of the landscape.)
    .
  2. One of many programs geared toward females who want to code, Girl Develop It is an international nonprofit that provides mentorship and instruction. “We are committed to making sure women of all ages, races, education levels, income, and upbringing can build confidence in their skill set to develop web and mobile applications,” their website reads. “By teaching women around the world from diverse backgrounds to learn software development, we can help women improve their careers and confidence in their everyday lives.”
    .
  3. Stanford University’s Udacity is one of many sites that make college courses—includingIntroduction to Computer Science—available online for free. (See our post on free online courses for more ideas.)
    .
  4. If college courses seem a little slow, consider Code Racer, a “multi-player live coding game.” Newbies can learn to build a website using HTML and CSS, while the more experienced can test their adeptness at coding.
    .
  5. The Computer Clubhouse, which Resnick co-founded, works to “help young people from low-income communities learn to express themselves creatively with new technologies,” as he describes. According to Clubhouse estimates, more than 25,000 kids work with mentors through the program every year.
    .
  6. Through CoderDojo’s volunteer-led sessions, young people can learn to code, go on tours of tech companies and hear guest speakers. (Know how to code? You can set up your own CoderDojo!)
    .
  7. Code School offers online courses in a wide range of programming languages, design and web tools.
    .
  8. Similarly, Treehouse (the parent site of Code Racer) provides online video courses and exercises to help you learn technology skills.
    .
  9. Girls Who Code, geared specifically toward 13- to 17-year-old girls, pairs instruction and mentorship to “educate, inspire and equip” students to pursue their engineering and tech dreams. “Today, just 3.6% of Fortune 500 companies are led by women, and less than 10% of venture capital-backed companies have female founders. Yet females use the internet 17% more than their male counterparts,” the website notes.
    .
  10. Through workshops for young girls of color, Black Girls Code aims to help address the “dearth of African-American women in science, technology, engineering and math professions,” founder Kimberly Bryant writes, and build “a new generation of coders, coders who will become builders of technological innovation and of their own futures.”
While we’re at it: bonus! General Assembly offers a variety of coding courses at their campuses across the globe. Additionally, their free online platform, Dash, teaches HTML, CSS and Javascript through fun projects on a simple interface that is accessible from your web browser.
More suggestions posted in the comments below the article:

Wednesday, February 12, 2014

Eloquent JavaScript by Marijn Haverbeke

On Feb 12, 2014, at 9:42 AM, S wrote:
Hi N & C,

I don't know what the right format for a computer programming learning club is.

But, lacking a format, here are my notes to date:

My first question was, what language? What skills? What context?

E happened to send this link a few days later:

Among other things, their curriculum looks like as good a recommendation for "what to learn" as any.

E also mentioned (not as endorsement, just awareness):

I've been reading _Python for Kids_ and have not found it to be excellent. I'm about half way through, and might or might not finish. I have learned some vocabulary though.

I am now starting _Coders at Work_ and _Eloquent Javascript_, both library books, although the second one is also avail free online.

P made me play CargoBot on her iPad, and that one seemed closer to excellent.




Other highly-recommended entry points have been:
http://code.org/learn - The famous "Hour of Code" place

But my screen time and finances are limited, so for now any learning I do is in paper library books, read in little scraps while chaffeuring P around.

That's my update...

Tuesday, February 4, 2014

"Studying programming is hard. Not only the time and energy involved, but also the waves of grief and rage and hurt. All the years lost."

Saturday, February 1, 2014

"Even if this doesn't work out, I'd rather be an unemployed programmer than an unemployed anything else."

Javascript the Good Parts book

Things I am reading.
Twine game engine