[$] The "impossibly small" Microdot web framework
The Microdotweb framework is quite small, as its name would imply; it supports bothstandard CPython and MicroPython,so it can be used on systems ranging from internet-of-things (IoT) devicesall the way up to large, cloudy servers. It was developed by MiguelGrinberg, who gave a presentation about it at EuroPython2025. His namemay sound familiar from his well-known FlaskMega-Tutorial, which has introduced many to the Flask lightweight Python-basedweb framework. It should come as no surprise, then, that Microdot isinspired by its rather larger cousin, so Flask enthusiasts will find muchto like in Microdot-and will come up to speed quickly should their needs turntoward smaller systems.