Upgrade to Pro — share decks privately, control downloads, hide ads and more …

pyvanot

 pyvanot

David Nicholson

July 06, 2020
Tweet

More Decks by David Nicholson

Other Decks in How-to & DIY

Transcript

  1. who

  2. what pyvanot • python package and app that creates •

    a 12.7 billion row, 448 column, open dataset updated in real time addressing the question of our age: is there a difference between Paul Ivanov and David Nicholson?
  3. why Paul David background in neuro / AI background in

    neuro / AI industry gig industry gig Python-based blog Python-based blog can ride a bike can ride a bike makes terrible puns makes terrible puns
  4. why

  5. how pyvanot project and package that leverages the power and

    flexibility of the Python data science stack to provide insight into this question that has troubled humanity since time immemorial
  6. how pyvanot built on cookiecutter-pyopensci follows best practices established in

    PyOpenSci dev guide https://www.pyopensci.org/contributing-guide
  7. how • scrape the web for the latest Paul Ivanov

    and David Nicholson data ◦ using requests beautiful_soup and luigi
  8. how • build and serve the `pyvanot` open dataset as

    a table with billions of rows ◦ using Dask and datasette ▪ inspired by this blog post from Sergio Sanchez: https://towardsdatascience.com/making-open-data-more-ac cessible-with-datasette-480a1de5e919