The N-th Annual Python Bee (MIT)

During Bad Ideas Weekend, practicality goes out the window. 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 »

An Introduction to Python Itertools

The reason python stands out from many other languages is because of it’s simplicity and easy to work with, and the data science community has put the work in to create the plumbing it needs to solve complex computational problems and emphasizes productiv... (more…)

Read more »