Streamlit has quickly become the hot thing in data app frameworks. We put it to the test to see how well it stands up to the hype. Come for the review, stay for the code demo, including detailed examples of Altair plots. (more…)
Read more »
People often write
about languages
that compile to JavaScript. But what if you want to run
languages in the browser? Without any API to proxy code and I/O to a
standard language implementation on a server? Languages that compile
to JavaScript... (more…)
Read more »
RapidKen.AI leverages AI/ML to help read, navigate and learn faster from Annotated Documentation. (more…)
Read more »
NumPy extension that allows arrays to be indexed using labels - GitHub - AitanG/numpy-string-indexed: NumPy extension that allows arrays to be indexed using labels... (more…)
Read more »
This page is about pypy-stm, a special in-development version of
PyPy which can run multiple independent CPU-hungry threads in the same
process in parallel. It is a solution to what is known in the Python
world as the “global interpreter lock (GIL)” prob... (more…)
Read more »