Prerequisites

What You Need to Bring to This Book

This guide is direct about what this textbook requires of you and what it does not. The goal is to ensure that no student sits down with false assumptions about what they are getting into — or unnecessarily dismisses this book as "not for them" because they lack something it does not actually require.


What This Book Assumes You Have

A device with internet access. A smartphone is sufficient for most of the content in this book. A laptop or desktop computer is required for the Python chapters (24–26, 40, and Appendix F). A free Google account is sufficient for all Python work — you do not need to install any software.

Familiarity with at least one social media platform. You do not need to be a power user. You need to know roughly how at least one platform works: what it feels like to scroll a feed, what posting looks like from a user perspective, what comments and engagement mean. If you have ever opened TikTok, YouTube, Instagram, or any similar platform, you have this.

A general idea that people make money online. You do not need to know how. You just need to be past the point of finding it surprising that creator businesses exist. This book will explain the how.

Enough English reading fluency to engage with textbook-length prose. This book is written at approximately a 10th–12th grade reading level, using straightforward sentence structures. Technical terms are defined on first use. If you can read a newspaper or a well-written blog post comfortably, you can read this book.


What This Book Does NOT Assume

Prior business experience. You do not need to have ever run a business, earned money outside a traditional job, or studied business in school. Every business concept in this book is introduced from first principles.

Existing money or startup capital. The strategies in this book are designed to work at zero budget. The equipment recommendations below reflect options at every budget level, including free. Capital does become relevant in later chapters (particularly Part 7 on scaling), but those chapters are explicit about when and how money changes the options available — and they acknowledge the equity dimensions of that honestly.

An existing audience. You do not need followers. You do not need an active channel or account. This book begins at the very beginning and is designed to be useful before you have posted anything.

Coding skills. The Python chapters (24–26, 40) are technically demanding, but they assume no prior coding experience. Appendix F provides everything you need to get started. The non-Python chapters — which account for 36 of the 41 chapters — require no coding whatsoever.

Business school prerequisites. No economics, finance, accounting, or marketing coursework is assumed. Where business concepts from those fields appear, they are explained clearly enough to be accessible to a reader encountering them for the first time.

A perfectly defined niche or business idea. You do not need to know what you want to create before you read this book. Chapter 11 (Niche Selection) is specifically designed to help you figure that out. Many of the most useful chapters are the ones that help you make the decisions you have not made yet.


Chapters 24, 25, 26, and 40 contain Python code. Appendix F is a prerequisite for students with no prior Python experience.

If you have never written Python before, start with Appendix F before attempting Chapter 24. Appendix F teaches you: - Setting up Google Colab (runs in your browser, no installation) - Variables, lists, dictionaries, loops, and functions - Reading and filtering data with pandas - Creating basic charts with matplotlib - Making your first YouTube Analytics API call

If you already have basic Python experience — you have written scripts, worked through a tutorial, or completed an intro Python course — you can start Chapter 24 directly and use Appendix F as a reference when you need it.

If you have intermediate Python skills (you have used pandas, built a data pipeline, or done any data analysis project), Chapters 24–26 will feel comfortable and you can move through them quickly.

The Python chapters are self-contained: each one provides all the code you need, explains it line by line, and walks through the interpretation of outputs. You are not expected to write code from scratch — you are expected to read, understand, modify, and run code that is provided.


Equipment Recommendations

For Non-Python Chapters (Ch. 1–23, 27–39, 41)

A smartphone is all you need. The exercises throughout the book are designed to be completable on a phone. If you want to write longer responses to the "Reflect" questions or work on capstone deliverables, a laptop or tablet with a keyboard will be more comfortable.

For the Python Chapters (Ch. 24–26, 40, Appendix F)

A device capable of running Google Chrome or Firefox is required — this means any laptop, desktop, Chromebook, or tablet with a keyboard. A phone is not suitable for Python work. A free Google account is sufficient; Google Colab provides the Python environment in your browser at no cost.

For Content Creation (Optional — for applying the book's strategies)

The exercises in this book do not require you to post content. But if you want to apply what you are learning in real time — which is the most effective learning approach — here is what the book assumes is accessible at different budget levels:

Zero-budget setup: Your smartphone camera (any smartphone from 2019 or later produces content quality sufficient for all major platforms), free editing apps (CapCut for video, Canva for graphics), free accounts on all major platforms, natural light.

Low-budget setup ($0–$200): A phone tripod ($15–$30), a small ring light or daylight-balanced desk lamp ($25–$60), a lapel microphone that plugs into your phone ($25–$50), a basic backdrop (a clean wall, a fabric from a fabric store, or a $30 photography backdrop).

Mid-budget setup ($200–$800): A dedicated camera (used Sony ZV-1 or similar vlog camera, ~$300–$500 used), a better microphone (Rode VideoMicro or similar, ~$80), a quality lighting setup (~$100–$200).

The book will make clear when, and if, any equipment upgrade actually matters for your specific platform and content type. For most short-form video content, a modern smartphone outperforms all but the most expensive dedicated cameras. The equipment conversation is one this book has honestly, without product placement motivation.


Mindset Prerequisites

These are not skills you need to have fully developed before you begin. They are orientations that will determine how much you get out of the book.

Willingness to experiment. The creator economy is learned by doing, not just by reading. The "Try This Now" sections work only if you actually try the things. A mindset that treats every action as an experiment — something to observe and learn from rather than a performance to be judged — is the most effective way to learn both this material and creator work itself.

Comfort with public failure. If you are going to post content, some of it will not land. That is not a sign you are doing it wrong. It is the baseline condition of creator work. The creators who learn fastest are the ones who can post something that does not perform well, understand why, and iterate rather than retreat. If the fear of public failure is an obstacle for you, Chapter 37 (Creator Burnout) and Chapter 12 (Brand Identity) both address it directly.

Long-term thinking. The creator economy rewards patience and penalizes urgency. The creators who succeed over 5 years almost universally failed by the standards they set for themselves at year 1. If you come to this book expecting a path to quick results, this book will disappoint you and you should know that upfront. If you come to it expecting a rigorous education that will compound in value over time, this book will not disappoint you.

Genuine curiosity about how things work. Not just how to use platforms, but how the economics underneath them operate. Not just how to make content, but why some content converts and other content does not. The analytical habits this book develops are the habits that allow creators to keep learning from their own experience for the rest of their careers. That payoff is enormous — but it requires bringing genuine curiosity to the material.


You are ready to begin. Turn to Chapter 1.