Mystic Connecticut in a Day!
Join me as I explore the adorable coastal town of Mystic, Connecticut – made famous by an 80s movie set in one of its pizzerias! We’ll walk the streets in…
Python Lesson 12: Try Except
In this Python tutorial, I will show you how to perform exception handling (i.e., deal with errors) using Try Except. Specifically, this lesson will cover ValueError, ZeroDivisionError, and NameError. Or…
Python Lesson 11: User Input
In this Python tutorial, I will show you how to accept a user input. Or watch on our YouTube channel here. To learn more about Derek, the video creator, click…
Great Blue Herons – A Mysterious Mob!!
Great Blue Herons are solitary creatures outside of their breeding season, so why did this horde of herons form? Check out our video from Puget Sound in Washington state to…
Why Is This Fish Gasping for Air??!!
Why is this Silver Flagtail Prochilodus fish gasping for air at the surface?? Is he suffocating? Is he just eating? Or is it something else entirely? Watch to find out!…
Python Lesson 10: Write Your Own Functions! (Part 2 of 2)
In part two of this Python tutorial, I will teach you how to include some simple exception handling in your own functions. Over the next couple videos, I will show…
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…