-
Recent Posts
Recent Comments
Archives
- April 2019
- February 2019
- November 2018
- August 2018
- December 2017
- September 2017
- July 2017
- June 2017
- March 2017
- February 2017
- October 2016
- September 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- August 2014
- July 2014
- June 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
Categories
Meta
Tag Archives: scratch
Code-to-Learn Foundation
THE CODE-TO-LEARN FOUNDATION PROMOTES computational fluency for everyone. The Foundation supports projects that engage young people in learning through coding, enabling them to develop as creative thinkers, designers, and innovators. The Foundation believes that young people, as they learn to … Continue reading
Very Young Programmers – NYTimes.com
By LISA GUERNSEY Published: September 2, 2013 Ten years ago, a computer programming language called Scratch emerged from the Media Lab at the Massachusetts Institute of Technology. Using colorful stackable icons to represent the sequencing and logic of computer code, … Continue reading
Scratch: Teaching the Difference Between Creating and Remixing | MindShift
Audrey Watters | August 11, 2011 The introductory programming language Scratch is on the cusp of having its 2 millionth project uploaded to its website. That’s an impressive number, and one that points not just to the widespread adoption of … Continue reading
New Visual Tool Teaches Kids How to Code at Home | MindShift
As the conversation about education shifts towards helping students develop useful skills in life beyond the classroom, a new spotlight on computer coding has emerged. Kids are impressing adults with their creativity, with their facility in learning new technologies, and … Continue reading
Posted in curriculum
Tagged scratch, tynker
Comments Off on New Visual Tool Teaches Kids How to Code at Home | MindShift
Learn To Code, Code To Learn | EdSurge News
Mitchel Resnick How programming prepares kids for more than math. Is it important for all children to learn how to write? After all, very few children grow up to become journalists, novelists, or professional writers. So why should everyone learn … Continue reading
Tynker
Tynker is a new computing platform designed specifically to teach children computational learning and programming skills in a fun and imaginative way. Tynker is inspired by Scratch from MIT. It is a completely browser-based implementation written using Open Web standards … Continue reading
Making Games in the Classroom with Scratch – ProfHacker – The Chronicle of Higher Education
I’ve discussed the potential value of learning some scripting for any major in the past, and President Obama recently called for more of a focus on making sure students know “how to actually produce stuff” with computers, citing game design … Continue reading
Kinect2Scratch
Kinect2Scratch allows data from the Microsoft Kinect controller be sent to Scratch, the programming language for kids from the MIT Media Laboratory. This means that anyone can write programs with motion control, use gestures, make kinetic games and generally leap … Continue reading
Object-Oriented Programming – Scratch Wiki
Is Scratch OOP? Whether or not Scratch is Object-oriented is disputable. It definitely uses objects, namely sprites; however, you currently cannot dynamically generate sprites. In Scratch 2.0, however, cloning will be supported. This will allow for dynamically generated sprites. Arguments against Scratch being OOP … Continue reading
Posted in Uncategorized
Tagged oop, scratch
Comments Off on Object-Oriented Programming – Scratch Wiki