Scripts for the blog posts Coding Theory: Introduction, Coding Theory: The Hamming Code, and Coding Theory: Reed-Solomon Codes.
Joe-Ferrara/CodingTheoryIntro
Scripts that compute instances of the Hamming Code and Reed-Solomon codes. Includes classes that represent finite fields, polynomials over finite fields, and matrices over finite fields.
Python