Hogfather

Reading Journey

  • Started: 2024-06-02T16:51:28Z
  • Ended: 2024-06-03T11:23:02Z
  • Total Time Read: 3hrs 13mins 25secs
Code
%run _help_reading.py
import pandas as pd

df = pd.read_csv(
  'https://github.com/MrGeislinger/victorsothervector/raw/main/'
  'data/reading/all_reading-clean.csv'
)

book_name = """Hogfather"""
one_title = one_title_data(df, book_name)
one_title_summary = get_summary_by_day(one_title)
generate_plot(one_title_summary, book_name);
Figure 1: Reading done for Hogfather

Thoughts on Hogfather

Overview

It’s the night before Hogswatch. And it’s too quiet. Superstition makes things work in the Discworld, and undermining it can have consequences. It’s just not right to find Death creeping down chimneys and trying to say ‘Ho Ho Ho…’ It’s the last night of the year, the time is turning, and if Susan, gothic governess and Death’s granddaughter (sort of), doesn’t sort everything out by morning, there won’t be a morning. Ever again… Adapted by Terry Pratchett’s long-time collaborator Stephen Briggs, this play text version of Pratchett’s bestselling Discworld novel Hogfather wittily and faithfully reimagines the story for the stage.

READING

READING

READING


Bluesky Comments