Python is a core technology in the toolkit of many data scientists and data engineers. They can connect with MotherDuck using the DuckDB client, run SQL on pandas dataframes and join with cloud data.
The MotherDuck web UI is powered by Wasm, enabling DuckDB to run inside the browser. This speeds up query execution and offloads work to local for faster execution. MotherDuck also has a Wasm SDK.
DuckDB is the core, embedded SQL engine we use to power MotherDuck. DuckDB clients connect to MotherDuck by changing their database name. Dual execution processes queries locally, in cloud or both.