Replit – A Python Framework with Built-In Database and Auth Support

Replit enables coders to build apps quickly. With nothing but a browser, a developer can spin up a server, store data in Repl DB,… Read more

Similar

Bundling Python inside an Electron app

For [Datasette Desktop](https://datasette.io/desktop) I chose to bundle a full version of Python 3.9 inside my `Datasette.app` application. I did this in order to support installation of plugins via `pip install` - you can read more about my reasoning in ... (more…)

Read more »