Animorphs: #08 The Alien

Reading Journey

  • Started: 2024-11-10T21:08:53Z
  • Ended: 2024-11-10T22:27:11Z
  • Total Time Read: 1hrs 18mins 18secs
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: #08 The Alien"""
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: #08 The Alien

Thoughts on Animorphs: #08 The Alien

Overview

The 8th book in the Animorphs series narrated by Ax (the only Andalite of the Animorphs)

Surprise, alien doesn’t understand humans.

Ax tells their story

We learn that the Yerks exist because of Andalites being kind & giving them technology

Really enjoyed it.


Bluesky Comments