Learn Python in 7 Days
📌 Planned placeholder page: this page is reserved for "A 7-day hands-on roadmap for absolute beginners", and the content will be filled in progressively along with learning.
Planned Content
- [ ] Day 1: Set up the environment and run the first program
- [ ] Day 2: Data types & operators (numbers, strings, booleans)
- [ ] Day 3: Control flow (conditions, loops, indentation)
- [ ] Day 4: Containers (list / tuple / dict / set, slicing)
- [ ] Day 5: Functions and modules
- [ ] Day 6: File I/O and exception handling
- [ ] Day 7: A small CLI project (command-line memo app)
Next Steps
- [ ] Complete this page item by item against the planning checklist in the Domain Overview
- [ ] Add runnable examples and pitfall records for each entry
- [ ] Change the status from "Planned" to "Collected" when done
For writing guidelines, please refer to the Domain Overview.