Joel Grus 2/15/2016

Building a Stupid Data Product, Part 1: The Data (Python)

Read Original

This article details the first part of a project to build a 'stupid data product'—a system that generates random elementary school science questions. It covers using Python to process a dataset, implementing a Markov chain model to create question and answer transitions, and preparing data for a backend service and frontend app. The focus is on the data pipeline, including parsing CSV files and using regular expressions.

Building a Stupid Data Product, Part 1: The Data (Python)

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week