Euler's Theorem from Scratch
2 AnotherGoodName 1 7/3/2025, 8:08:07 PM rubberduckmaths.com ↗
As a programmer i found a lot of tutorials on mathematics far too terse. This blog attempts to explain theories without using terse terminology but instead with numeric examples. This article proves Euler's theorem from scratch with minimal math knowledge required.
For those curious about the format of the blog; The above article was first created in Jupyter but then manually ported to a blog page format with Pyodide for running the Python in the browser itself. I recommend this approach to anyone publishing a notebook. It allowed me to host this as a free static web page. Hope you enjoy and find this useful!
For those curious i originally wrote the above in Jupyter notebooks but manually converted it across to a blog format using Pyodide to run the Python client side in the browser. This allows me to publish this as a static web page (free hosting!).