Skip to content

Commit b8fbd2b

Browse files
committed
Rebuilt site
1 parent b6cdd3a commit b8fbd2b

67 files changed

Lines changed: 23082 additions & 5533 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/Chapter_03/_index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,14 @@ chapter = true
66
pre = "<b>3. </b>"
77
+++
88

9-
### Program flow
9+
### A first library use
1010

11+
There are many *modules* in Python that provide very powerful features that we
12+
can use in our own programs. Some of these can send email, or fetch web pages.
13+
The one use at in this chapter allows us to create turtles and use them
14+
to draw shapes and patterns.
15+
16+
The turtles are fun, but the real purpose of the chapter is to teach ourselves
17+
a little more Python, and to develop our theme of *computational thinking*,
18+
or *thinking like a computer scientist*. Most of the Python covered here
19+
will be explored in more depth later.

content/Chapter_03/s01.md

Lines changed: 29 additions & 544 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)