Python Track: Interactive Exploration
Python is the exploration language of MāyāPramāṇa — the medium for quick experiments, interactive plots, and org-babel notebooks. When you want to see what happens when you change the pump rate or sweep the RF frequency, you reach for Python. Role in the Three-Language Architecture Language Role Strength Python Exploration Fast iteration, plotting, org-babel integration Haskell Specification Type safety, QuickCheck property testing C++ Deployment Real-time performance, FPGA bridge The Python track implements the same physics as Haskell and C++, but optimises for readability and interactivity rather than performance or type safety. NumPy and SciPy handle the numerics; Matplotlib handles the visualisation; org-babel handles the narrative. ...