Robot vacuum cleaner in action.
District Coach on the Go
01 May 2023 Leave a comment
in 36K, bulletin board, writing Tags: Applebees, bad word
13 Apr 2022 Leave a comment
in 36K, code, programming Tags: book, code.org
Code.org has had a tremendous impact on the global interest in computer science education, and in particular, on the development of the computer science initiatives in the NYCDOE.
Although their curriculum is no longer published in book form (download instead), up until 2018 they were shipping bound books.
Their Computer Science Fundamentals book checks in at just over 300 pages of dense text and relatively mediocre black and white illustrations (the online downloadable version is full color).
It is also filled with offline (unplugged) activities whose goal is to familiarize students with coding concepts (e.g., conditionals, repeat looks, variables) without being on the computer. There are also sections on digital citizenship.
All in all, it is a mixed bag. I like the pages that show how to do graph paper programming, which is an effective way to introduce students to algorithms
I use their Graph Paper Programming in my Adapted Coding Workshops that I offer to teachers.
The content that I had less success with the students was Getting Loopy, which introduces pattern recognition and loops. The students did the worksheet, but did not seem to gain a greater understanding about loops.
13 Apr 2022 Leave a comment
in 36K, 3D Printing, STEM Tags: 3D Print, 3doodler
When the students first started using the 3Doodler 3D printing pens, they had mixed success:
13 Apr 2022 Leave a comment
in 36K, 3D Printing, computer lab Tags: 3D Print, 3doodler
We finally charged up the 3D printing pens, made by 3Doodler. A coworker had purchased a complete 3Doodler Start set (the beginner version of the pens, that uses a unique cool filament) and then retired, so I am using them with the students.
The difference? The students loved the pens, though it was really tricky at first….
Here are videos of students (and staff) using the pens for the first time.
11 Apr 2022 Leave a comment
It bills itself as “The Complete Middle School Study Guide” and it does have a load of content.
Everything you need to ace computer science and coding in one big fat notebook is a fat book full of color drawings that covers coding concepts and computer languages.
I used it to teach Scratch. I like how it explains the coordinate plane, because not ever student knows what the numbers in the move blocks mean.
I also learned about the scratch backpack, on area on the bottom of the scratch page that you can use to save scripts to reuse with other sprites (characters) or other projects. Students must have an individual Scratch account to use the backpack feature, fyi.
The book has a unit on universal coding commands, such as loops, conditionals, and variables, that I found confusing and not helpful.
07 Apr 2022 Leave a comment
in 36K, code, programming, robotics, STEM Tags: code n go mouse, colby robot mouse, race
We built the course together. The students programmed their robot mouse racers.
07 Apr 2022 Leave a comment
in 36K, code, computer lab Tags: codespark academy, parameters, The Foos
This student found success in choosing the correct parameters — either up and to the right, up and to the left, or straight up — to make a character jump.