News

Lots of microcontrollers will accept Python these days, with CircuitPython and MicroPython becoming ever more popular in recent years. However, there’s now a new player in town. Enter PyXL, a… ...
This project demonstrates a parameterized and modular geospatial pipeline that dynamically: Loads parameters from YAML files. Generates or loads geospatial data (e.g., GeoJSON). Applies preprocessing ...
The Python interface to the Redis key-value store. For faster performance, install redis with hiredis support, this provides a compiled response parser, and for most cases requires zero code changes.