flâneur — a map of the web's best reading

Human Programming Interface | beepb00p

beepb00p.xyz · 4,298 words · saved by 1 readers

TLDR: I'm using HPI (Human Programming Interface) package as a means of unifying, accessing and interacting with all of my personal data. HPI is a Python package (named my), a collection of modules for: The package hides the gory details of locating data, parsing, error handling and caching. You simply 'import' your data and get to work with familiar Python types and data structures. Here's a short example to give you an idea: "which subreddits I find the most interesting?" In contrast, once the data is available as Python objects, I can easily plug it into existing tools, libraries and frameworks. It makes building new tools considerably easier and opens up new ways of interacting with the data. I tried different things over the years and I think I'm getting to the point where other people can also benefit from my code by 'just' plugging in their data, and that's why I'm sharing this. Imagine if all your life was reflected digitally and available at your fingertips. This library is my

Human Programming Interface [see within blog graph] My life in a Python package If you're in a hurry, feel free to jump straight to the demos . see SETUP for the installation/configuration guide see DEVELOPMENT for the development/extension guide see DESIGN for the design goals see exobrain/HPI for some of my raw thoughts and todos on the project TLDR : I'm using HPI (Human Programming Interface) package as a means of unifying, accessing and interacting with all of my personal data. HPI is a Python package (named my ), a collection of modules for: social networks: posts, comments, favorites re

Explore this link on the map →

related reading