Animorphs #27: The Exposed

Reading Journey

  • Started: 2024-12-14T20:38:18Z
  • Ended: 2024-12-14T21:58:55Z
  • Total Time Read: 1hrs 3mins 59secs
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 = """Animorphs #27: The Exposed"""
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 Animorphs #27: The Exposed

Thoughts on Animorphs #27: The Exposed

Overview

The Chee androids malfunction and apparently it’s in part from Crayak trying to cause issues. So the team has to dive dee (as giant squids) into the ocean to get to the Permalite (Chee creators) ship.

Rachel continues to be Rachel but touches more about relationship with Tobias

This personally felt less interesting since I think there wasn’t as much character development from beginning to end. Rachel is clearly addicted to the ‘fight’ and has feelings for Tobias even if he’s ‘stuck’ as a hawk.

But not a bad story. Gave a little more world-building especially hearing how the Permalite’s ship and design is really super trusting. (They are essentially dogs after all so it fits.)

These ghost writers might end up focusing more on world development over character development


Bluesky Comments