Proof of Work
These aren't toy demos. Each tool replicates a framework I used professionally — ROAS modelling, statistical significance testing, and ICP lead scoring. All calculations are server-side Python running inside a Django backend.
← Back to Portfolioscipy.stats on the server.
Each tool is a Django view that accepts a JSON POST request, runs the calculation in Python
(including real scipy.stats
chi-squared tests for the A/B calculator), and returns a JSON response rendered by vanilla JS.
The stack: Django 4.2 · Python 3.11 · scipy · PostgreSQL · Railway.
No black boxes — the same statistical rigour applied to 25+ concurrent A/B tests at GrowthPulse.