7
Lesson 7 of 20 · Design Process
Design Process — Part 15
Plan, build, test, iterate. This is part 15 of 20.
What you'll learn
You will learn the design process: plan it, build a simple version, test it, then improve.
Steps
- 1Good design starts with a plan. The problem here is simple: show a personalized greeting. The solution: store a name, then print it.
- 2This is a 'simple version' — it works! It solves the problem in the fewest lines possible.
- 3Once the simple version works, you can improve it: add more messages, ask for the user's name, add colors.
- 4Real programmers always start simple, test it, then improve. Never try to build everything at once!
Key Terms
- Design
- Planning what the program should do before writing code.
- Simple version
- A first version that does the main thing correctly. Improve it later.
- Improve
- Making the program better after the first version works.
Python 3
Output
Loading Python... This may take a few seconds.
Your code runs only in your browser. No code is sent to any server. Stay safe and have fun learning!
Ready?
Design Process — Part 15
You will learn the design process: plan it, build a simple version, test it, then improve.
Full screen — no distractions
🖨️View in Shop
Checkout complete lesson on Design Process for 5th Grade
Get the full Design Process track as a printable PDF — all lessons, worksheets, and answer keys.
