Skip to main content

Pascal's Triangle Learning Tool

·71 words·1 min
Math Patterns Python Education

Pascal’s Triangle is a learning tool that I first discovered when I was learning to program in Python.

This is a one page website that builds a Pascal’s Triangle of 10 rows on mobile and 15 rows on desktop. In theory the triangle can have an infinite number of rows, but with a limited amount of screen space they cannot be too big. These triangles have many interesting properties.

Pascal's Triangle