2009 101: Difference between revisions
Line 8: | Line 8: | ||
<blockquote> | <blockquote> | ||
... [Y]ou can think of programming as the process of breaking a large, complex task into smaller and smaller subtasks until the subtasks are simple enough to be performed with one of these basic instructions. | |||
<br/> | <br/> | ||
''ThinkPython, p. 3'' | ''ThinkPython, p. 3'' | ||
</blockquote> | </blockquote> |
Revision as of 09:26, 6 October 2008
Technical Day 1.01: Computation
A small review of counting
... [Y]ou can think of programming as the process of breaking a large, complex task into smaller and smaller subtasks until the subtasks are simple enough to be performed with one of these basic instructions.
ThinkPython, p. 3