Use python to make animations of binary clocks!
Counting in binary can be vizualized as independent clocks all ticking at different frequencies.
This video shows how we can use python and matplotlib to generate animations of these binary clocks.
These videos are aimed at people interested in physics, computing, and mathematics or just how binary counting works! In particular undergraduates who are just starting to learn about python or binary numbers should benefit from these videos!
Part1:
Introduction and making our first clock
Part2:
Stacking clocks together with the correct frequency relationship to create a binary counter
• Binary clocks in python - a vizualiza...
source code: https://github.com/davesspace/tutoria...