Codeacademy is doing a new program this year called Code Year:
Make your New Year’s resolution learning to code.
Sign up on Code Year to get a new interactive programming lesson sent to you each week and you’ll be building apps and web sites before you know it.
It seems to be based around JavaScript (at least at the start), and it looks pretty interesting (and it’s free!). If you’ve always wanted to learn how to build apps and games and things like that, why not make this the year you do it?
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
As a starting langauge, I have mixed feelings about Javascript. I love it, but I’m not convinced it’s a good starting point. It’s syntax is good, as the C/Java syntax is common and useful. I think I would point people in the direction of Java though. Wider application and the stricter rules would benefit people further on. That said, I’m all for people learning to program!
I’d have to post date that resolution by about 35 years. 🙂
Personally I’d go with Python as a first language. It’s free, cross platform, dead simple syntax, simple enough to teach a child but brutally powerful enough to do just about anything.
(by the way, the captcha you use is hell on the color blind)
@Aaron: I see where you’re coming from, but note that I said it ‘seems’ to be based on JavaScript — this is based on comments I’ve seen around the web — it may only stick with JS for a week or two before it moves into Java or C/C++/C# etc. I haven’t gone through the program yet, so I don’t know for sure.
Anyway, I think the goal is more code+computer literacy than it is ‘everyone will become a hardcore developer’ — perhaps it’s just designed to whet people’s appetites for coding (which I’m all for as well) 🙂
I think Code Year will catch fire a little bit. Well, I say that because it’s been my focus too that we need “road maps” that span the lessons and tutorials.
I too have reservations about JavaScript as a first language, but in this long discussion (about JS at Khan Academy!) there were supporters, past happy students, etc.
FWIW, I’ve been collecting a few “alternative paths” at my blog, various first steps for the independent student. I’ve stumbled on some interesting things … like Greenfoot.
@Aaron, Greenfoot is an interesting Java environment.
I’m still old-school enough that I think learning the LAMP stack, bottom to top, is a good path for someone serious about “programming” (perhaps after a first-language experience). I mean, it’s good to know a “level,” but I don’t think you can really be a pro without knowing how it fits in … a few stacks.
As a starting langauge, I have mixed feelings about Javascript. I love it, but I’m not convinced it’s a good starting point. It’s syntax is good, as the C/Java syntax is common and useful. I think I would point people in the direction of Java though. Wider application and the stricter rules would benefit people further on. That said, I’m all for people learning to program!
I’d have to post date that resolution by about 35 years. 🙂
Personally I’d go with Python as a first language. It’s free, cross platform, dead simple syntax, simple enough to teach a child but brutally powerful enough to do just about anything.
(by the way, the captcha you use is hell on the color blind)
@Aaron: I see where you’re coming from, but note that I said it ‘seems’ to be based on JavaScript — this is based on comments I’ve seen around the web — it may only stick with JS for a week or two before it moves into Java or C/C++/C# etc. I haven’t gone through the program yet, so I don’t know for sure.
Anyway, I think the goal is more code+computer literacy than it is ‘everyone will become a hardcore developer’ — perhaps it’s just designed to whet people’s appetites for coding (which I’m all for as well) 🙂
I’m not convinced that JS is a good language to start with either, but it’s better than being ignorant.
I did look at their site long enough to find a place to get notified when Python was ready:
http://www.codecademy.com/subjects/python
There is also one for Ruby if you are so inclined.
I think Code Year will catch fire a little bit. Well, I say that because it’s been my focus too that we need “road maps” that span the lessons and tutorials.
I too have reservations about JavaScript as a first language, but in this long discussion (about JS at Khan Academy!) there were supporters, past happy students, etc.
FWIW, I’ve been collecting a few “alternative paths” at my blog, various first steps for the independent student. I’ve stumbled on some interesting things … like Greenfoot.
@Aaron, Greenfoot is an interesting Java environment.
I’m still old-school enough that I think learning the LAMP stack, bottom to top, is a good path for someone serious about “programming” (perhaps after a first-language experience). I mean, it’s good to know a “level,” but I don’t think you can really be a pro without knowing how it fits in … a few stacks.
I was scared the greenfoot link would put me at “too many” and trigger a moderation wait.
Greenfoot is here.
According to http://labs.codecademy.com/, Ruby and Python lessons will be added later.
I found it rather amusing trying to guess what the criteria for success of each task was, and then trying to complete it in an unintended way.