Author: comoscience
-
6/12/24
Greek and Latin Roots Here is the list of Greek and Latin Roots for this week: We will discuss these next week. Please bring your completed list next week. Presentation Research Strategies We discussed the 6 main “question words“. We also discussed concept maps. The topics that will be presented next week are: These are…
-
Concept Maps
Concept maps can be useful to organize your information and explore areas where you need to learn more to fully understand a topic.
-

Arduino/breadboard holder
A 3D print that allows you to attach an Arduino and a breadboard to a common base.
-
Arduino: Getting Started
This tutorial covers the very basics of getting started with an Arduino, including what to buy, where to get it, where to download the IDE, and where to find tutorials.
-

-
Converting HEIC to PNG
I discuss the problem of converting HEIC image files to PNG and explain two solutions: manual conversion and writing a Python program using Pillow-HEIF. I share my Python code and discuss the installation and features of the pillow-heif package.
-
addEventListener()
The addEventListener() method allows you to add an event to an HTML element in JavaScript. Although the example used often shows this function being used to add a response of a ‘click’ event to a button, there is an easier way by using the ‘onclick’ property. This is the typical way to use a button:…