The Fall of Hyperion

Reading Journey

  • Started: 2024-05-24T13:48:23Z
  • Ended: 2024-05-25T10:13:58Z
  • Total Time Read: 5hrs 56mins 13secs
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 = """The Fall of Hyperion"""
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 The Fall of Hyperion

Thoughts on The Fall of Hyperion

Overview

“State of the art science fiction . . . a landmark novel.”—Isaac Asimov’s Science Fiction Magazine Now, in the stunning continuation of the epic adventure begun in Hyperion, Simmons returns us to a far future resplendent with drama and invention. On the world of Hyperion, the mysterious Time Tombs are opening. And the secrets they contain mean that nothing—nothing anywhere in the universe—will ever be the same. Praise for The Fall of Hyperion “One of the finest SF novels published in the past few years.”—Science Fiction Eye “A magnificently original blend of themes and styles.”—The Denver Post

READING

READING

READING


Bluesky Comments