Posts by Year

2025

gitignore

less than 1 minute read

Creating .gitignore

Teaching with & about AI

less than 1 minute read

This Punnett Square for teaching AI collects four possible crosses: with AI vs. about AI and for students vs. for teachers.

Back to Top ↑

2024

NeoPixel example

4 minute read

This documents Python example code for the 50mm 12 NeoPixel (WS2812B) Ring connected to a BBC micro:bit through the micro:bit Python Editor.

Monk Makes Plant Monitor

2 minute read

This documents a Python library for the Monk Makes Plant Monitor (MMPM) connected to a BBC micro:bit through the micro:bit Python Editor over a serial connec...

TheHeartAndTheChip

15 minute read

I am a robotics and computing educator and this note captures several of my observations about the book The Heart and the Chip: Our Bright Future With Robots...

NäiveBayesClassifier

2 minute read

This is the IPDC Python+data Data-Science Algorithms extension unit activity for the Näive Bayes Classifier algorithm.

What is STEM?

5 minute read

STEM an acronym for science, technology, engineering, and mathematics. Sometimes an ‘A’ is added to include arts in STE(A)M.

Big data sources

2 minute read

Kerri Murphy wrote: What sites do you use to obtain large sets of data for your students working with Big Data? We find a lot of sites that use big dat...

IntroductoryPythonKnowledge

less than 1 minute read

An introductory course in https://python.org/ should result in learners knowing and being proficient in these six concepts.

Post-AP assignment: Java Collections Framework

1 minute read

After the APCS A (Java) Examination, there are often 3-5 weeks left in the semester (especially for non-seniors) — depending on when the examination is sche...

Note for testing included right.html with ToC

1 minute read

First section Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut condimentum, sapien non fringilla pulvinar, libero eros imperdiet turpis, at placer...

AdditionalNote

less than 1 minute read

This is an additional note that has a duplicate filename. We can still link to the other AdditionalNote.

AdditionalNote

less than 1 minute read

This is an additional note that has a duplicate filename in the SubFolder subdirectory. We can still link to the other AdditionalNote.

Colors

1 minute read

Web colors can be specified in Cascading Style Sheets (CSS) in a variety of ways. Including using CSS color names or 3- or 6-digit hexadecimal (base 16) valu...

Back to Top ↑