Two of the older projects I have run for some time now are Needs More Lens Flare, a toy web app for automatically adding lens flare to photos, and Drone Stable, a more robust web application for automatically stabilizing aerial (or any kind of) video.
I am afraid I don't …
NASA's James Webb Space Telescope is the next big thing in space-based
observatories. The project will enable never-been-done-before research, revealing
astronomy and physics discoveries about dark matter, our galaxy, and more.
It has been in the news for delays in its launch schedule. If you ever need to
know how …
Sphinx is a really useful tool, but one
shortcoming is its markdown support. Specifically, it uses the
recommonmark specification, which does
not support tables. I wrote a Sphinx extension to render tables authored in
markdown.
It can be installed via pip install sphinx-markdown-tables
.
If you don't already have Sphinx configured …