CurioCat Student to be Published in Math Journal!
A Curio Cat student has been accepted for publication in a 2022 issue of the math journal Parabola! This journal is a publication of the University of New South Wales,…
Helping students conduct and publish A.I. research since 2020!
A Curio Cat student has been accepted for publication in a 2022 issue of the math journal Parabola! This journal is a publication of the University of New South Wales,…
Lesson 13: Part 1 of 2 In this Python tutorial, I will show you how to create a BlackJack command line game. This project will teach you coding strategy and…
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…
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…
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,…
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!)”.…
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…
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…
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…
In this Python tutorial, I will show you how to write an if-else statement. I will cover the different aspects of conditional statements, including multiple conditions (using “and” and “or”),…