Skip to main content
Book ReviewsFeatured

The Twelve Houses by Howard Sasportas

A deep dive into one of the most essential texts on astrological house interpretation, exploring how Sasportas connects psychology with the twelve houses.

Augurine2 min read
housespsychologybeginners

Howard Sasportas' The Twelve Houses remains one of the most insightful books on house interpretation in modern astrology. First published in 1985, it bridges psychological astrology with traditional house meanings in a way that few other texts manage.

Why This Book Matters

Most astrology books treat houses as simple categories: the 2nd house is money, the 7th house is marriage. Sasportas goes deeper, exploring the psychological motivation behind each house.

Who should read this

If you're moving beyond basic sun-sign astrology and want to understand why planets behave differently in different houses, this is your next read.

Key Takeaways

  • Houses as developmental stages: Sasportas frames the twelve houses as a journey from self-discovery (1st) to transcendence (12th)
  • Planet-house synthesis: Rather than cookbook interpretations, he teaches you to blend planet and house meanings organically
  • Psychological depth: Each house chapter includes discussion of shadow expressions and growth potential

Code Example (Testing Syntax Highlighting)

Here's how you might model house data in TypeScript:

interface House {
  number: number
  sign: string
  ruler: string
  planets: string[]
}

function getHouseTheme(house: House): string {
  const themes = [
    'Self', 'Resources', 'Communication', 'Home',
    'Creativity', 'Service', 'Partnership', 'Transformation',
    'Philosophy', 'Career', 'Community', 'Transcendence',
  ]
  return themes[house.number - 1]
}

Final Verdict

The Twelve Houses is a book you'll return to repeatedly as your astrological understanding deepens. It's not a quick reference guide; it's a companion for serious study.

Available in paperback and Kindle editions. Part of the Essentials of Astrology series that also includes Liz Greene's contributions.

"The house in which a planet is placed describes the area of life through which that planet's energy is most naturally expressed." -- Howard Sasportas