Codebymath.com - Online coding lessons that teach you about math.
educationcodingmathbeginnerinteractive
Abstraction: Interactive browser-based coding lessons teaching math through programming
Key points:
- ~200 lessons that teach coding concepts while illustrating mathematical ideas
- Beginner-oriented: starts with
print("hello there")and progresses to drawing circles and loops - Uses a Lua-like syntax in the browser (e.g.,
circle(0,0,50),for i=10,200,10 do circle(0,0,i) end) - Aimed at learners who want to learn to code and see math visually at the same time
Connections: Codebymath · Computational Mathematics · Programming Education