Lesson 01 Free preview
Choosing the Laptop, Monitor, Chair, and Lighting
The best possible setup for your data work — laptop, monitor, chair, and lighting. Includes a tip for a cost-effective laptop solution.
Why your physical setup matters
Data work is desk work. As a data analyst or data engineer, you will spend six to ten hours a day at your computer. You will write SQL, build dashboards, read documentation, and sit in video calls. A bad setup slows you down and hurts your body. A good setup pays for itself in months.
Many beginners spend all their energy on courses and tools. They ignore the desk they sit at. Then they get neck pain, eye strain, and a laptop that freezes when they open a large CSV file. Fix the basics first. Everything else in this course gets easier.
Choosing a laptop for data work
You do not need the most expensive machine. You need the right one.
What actually matters
- RAM is the top priority. Aim for 16 GB. Data tools are memory-hungry. A browser with twenty tabs, Docker, VS Code, and a BI tool can eat 8 GB before you open a single dataset. 32 GB is nice but not required to start.
- CPU: any modern processor works. Apple M-series chips (M1 and newer) are excellent for the price. On Windows, a recent Intel Core i5/i7 or AMD Ryzen 5/7 is fine.
- Storage: get an SSD, at least 256 GB. 512 GB is safer once you install Docker images and sample databases.
- Screen size: 13 to 16 inches. Smaller screens work when you add an external monitor.
What does not matter
- A gaming GPU. SQL, dbt, Tableau, and Power BI do not need one. Skip it unless you plan heavy machine learning work.
- The newest model. A two or three year old laptop with 16 GB RAM beats a brand-new one with 8 GB.
The cost-effective option
A refurbished business laptop is the best deal for beginners. Companies lease machines like the Lenovo ThinkPad, Dell Latitude, or a used MacBook Air, then return them. Refurbished units often cost half the retail price and were built to survive corporate use. Also remember: most data work runs in the cloud or in a browser. Snowflake, BigQuery, and Databricks do the heavy computing on their servers. Your laptop is mostly a window into them.
One note on Windows vs Mac: both work. Most data teams use Mac, and most tutorials assume a Unix-style terminal. If you use Windows, install WSL (Windows Subsystem for Linux) — later lessons in this module rely on the command line.
The monitor: the cheapest productivity upgrade
An external monitor is the single best purchase after the laptop. Data work means comparing things side by side: a SQL query and its result, a dashboard and its spec, documentation and your code.
- Get 27 inches, 1440p (QHD) if you can. It is the sweet spot of price and sharpness.
- A 24-inch 1080p monitor is a fine budget choice.
- One good monitor plus the laptop screen beats two cheap monitors for most people.
- Mount it so the top of the screen is at eye level. A stack of books works as a stand.
The chair: protect your back
You will sit in this chair for thousands of hours. Cheap chairs cause back pain, and back pain kills focus.
- Look for adjustable seat height, lumbar support, and adjustable armrests.
- A used Herman Miller or Steelcase chair from an office liquidation sale often costs less than a new low-quality chair and lasts ten years.
- If a good chair is not possible right now, at least set your seat height so your elbows are at 90 degrees and your feet are flat on the floor.
Stand up and move every hour. No chair fixes eight hours without a break.
Lighting: often ignored, always felt
Bad lighting causes eye strain and looks poor on video calls — and interviews happen on video calls.
- Put your desk near a window if you can, with the light coming from the side, not from behind you.
- Add a desk lamp with warm, indirect light for evenings.
- Never work with the screen as the only light source in a dark room.
- For interviews, a light in front of your face (even a cheap ring light) makes a real difference in how you come across.
Common beginner mistakes
- Buying an 8 GB RAM laptop because it was cheap, then fighting it for two years.
- Paying for a gaming GPU that data tools never use.
- Working from a couch or bed “for now” — for a year.
- Skipping the external monitor and doing everything on a 13-inch screen.
- Ignoring lighting until the first video interview looks like a hostage tape.
A simple starter checklist
- Laptop with 16 GB RAM and an SSD (refurbished is fine).
- One external monitor, 24–27 inches.
- A chair with lumbar support and adjustable height.
- Side light from a window or a desk lamp.
- Optional: external keyboard and mouse, so the laptop can sit on a stand.
You can build this whole setup used for a few hundred dollars. It will serve you through the entire course and your first data job.
Next steps
- Continue with the rest of Module 0: Development Environment — next up is setting up VS Code, the terminal, GitHub, Docker, and Python.
- Read how the pieces fit into a job search in Getting your first data job.
- See what you will build with this setup in Pet projects.