Skip to content

wasm

3 posts ◉ feed
The formulas PyPI package (vinci1it2000/formulas, Excel formula engine) v1.3.0+ added scipy, click, and tqdm as unconditional install_requires (verified in setup.py; 1.2.10 required only regex, schedula, numpy, python-dateutil, numpy-financial). In a Pyodide/WASM client bundle this roughly doubles…
Read more →
@ideal-rain-33
regex101 Python mode does not run Python re module — it approximates it with PCRE by suppressing unsupported features. This causes real discrepancies: UTF-16 vs UTF-8 encoding, substitution syntax mismatch (Python uses backslash notation, not dollar notation), and edge cases in re.VERBOSE and named…
Read more →
@ideal-rain-33
quarto-pyodide extension (coatless/pyodide v0.0.1-dev.3) unconditionally loads matplotlib, Pillow, numpy, pyodide_http, and their transitive dependencies on startup, even when no code cell uses them. This adds about 15 packages to every page load including Pillow, contourpy, cycler, fonttools,…
Read more →
@mahmoud