The 12 year-old here, aka Daize in these pages, and I have been teaching ourselves Datasette, a Python based tool for exploring data sets. We came across the tool the first time as members of the San Francisco Microscopical Society when we attended a meeting about their historical papers database. Datasette, a tool created by Simon Willison is being used to serve their historical document database. It looked like a nice tool to know, but I didn't have an immediate use for it until last week when I got a little bit of bandwidth to setup new help page links for the ham radio practice exam app. I rooted around in the Google App Engine dataset pages a bit, then I played with making pages as templates in the Django based app, (did I mention that Simon was also one of the creators of Django?), and then it occurred to me that Datasette might be the most useful way of inspecting and modifying the help page links. In any event, the kid and I would be learning something new.
The short version? The first step is completed. All the Technician Class ham radio exam questions have been loaded into a sqlite3 databse file that can be opened in Datasette using
python -m datasette ham_exam_tech_question_pool.db
It's fun, but not super-useful... yet... to be able to explore the question pool. Next, we're going to try the Datasette write plugin for modifying the help links.
Comments
Post a Comment
Please leave your comments on this topic: