Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thebabush
Last active April 3, 2018 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebabush/3ffb7e1fea82547400cea032c6c2e0de to your computer and use it in GitHub Desktop.
Save thebabush/3ffb7e1fea82547400cea032c6c2e0de to your computer and use it in GitHub Desktop.
Dumb programming ideas for free

Dumb programming ideas for free

So, here's a list of stuff that might be useful but I never implemented.

Jupyter notebook graph interface

The basic idea is to have a graph view instead of a linear one.

Ideas:

  • Annotate graph edges to specify which variables to pass in scope from a cell to its successors
  • Using only pure functions (basically, avoiding in_place=True for Pandas), you could do parallel processing of cells

Open source converter for tidal/spotify/etc playlists

Soundiiz, but opensource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment