SciPy:
-
The SciPy Ecosystem Should Use Custom Entrypoints More
| 4 min read | #SciPy, #entrypoints
Python library developers can declare custom
entry_pointsin their packages. This language feature is a good fit for “plugin discovery”, and it should be more widely used. -
Sharing Jupyter Notebooks
| 5 min read | #SciPy, #Jupyter
A survey of approaches for sharing Jupyter notebooks
-
Bootstrap a Scientific Python Library
| 1 min read | #SciPy
A guide and template for scientific Python libraries