Python Lesson 9: Write Your Own Functions! (Part 1 of 2)
In part one of this Python tutorial, I will teach you how to write your own functions. We will learn about functions that return values and those that do not.…
Mima Mounds – A Mystery!
Ahh the Mima Mounds – nature’s ongoing mystery! Are they caused by gophers, earthquakes, or ALIENS???!! Check out these mounds in our latest video while we ponder the theories and…
Python Lesson 8: Sort Numbers in 13 lines (Project 2)
In this Python project, we will sort a sequence of numbers from smallest to largest. This project will help you to understand arrays, for loops, nesting, and coding strategy. Or…
Python Lesson 7: Estimating Pi (Project 1)
In this Python project, we will run a computer simulation to estimate the value of Pi. This project will cover For loops, random numbers, and various coding techniques. Or watch…
Top 3 Carnivorous Plants in The Bog!
Who knew New England had so many voracious carnivorous plants in the wild- and not to mention BOGS?? Join us as we explore these dangerous swampy wetlands to learn about…
Welcome to the 2021-2022 Science Fair Season!
Hello Curio Cat Students! Welcome to a new science fair season. This past summer, all of you have been hard at work improving your skills and conducting research. This season,…
Circuit Analysis Ch. 2.2 – Circuit Elements
Hello again everyone. This is the 4th video of our Circuit Analysis series. The video is titled “Circuit Analysis CH 2 Part 2 of 2: Circuit Elements (Step by Step!)”.…
Python Lesson 6: Arrays
In this Python tutorial, I will show you how to create an Array of values. I will then show you the benefit of storing values in an array by demonstrating…
Python Lesson 5: While Loops
In this Python tutorial, I will show you how to write a While loop. A While loop can be used to execute a set of code as long as some…
Python Lesson 4: For Loops
In this Python tutorial, I will show you how to write a For loop. A For loop can be used if you want to execute the same set of code…
