Math for Kids
Math is fun! Kids can learn and practice Math with engaging and challenging activities and resources.
Python Set Operations
Oct 17 2021
Discover Python sets! Python provides a very flexible set data structure and a wide range of operations so you don’t have to implement your own.
Read moreThe Fibonacci Sequence
Sep 27 2021
Fibonacci numbers are a famous sequence of numbers that occur in many natural contexts. Learn how to generate and experiment with them using Python programs.
Read moreThe Python sqrt() function
July 19 2021
Python’s sqrt() computes square roots and you can use it in interesting ways to solve mathematical problems.
Read moreMagic Square Generator
July 15 2021
Magic squares add up to the same number along rows, columns, and diagonals. Here is a Python program to generate them.
Read moreSolving the Tower of Hanoi in Python
July 9 2021
Learn about this ancient mathematical puzzle and the classical computer science solution to it, along with a Python implementation.
Read more100+ Middle School Math Games for Summer 2021
July 9 2021