October 2019
Beginner to intermediate
498 pages
14h 13m
English
This chapter introduced the following fundamental building blocks of programming and Python:
▶ Using primitive types
▶ Using expressions
▶ Naming objects
▶ Using the modules and functions provided by Python
▶ Writing your own functions to extend the functionality provided by Python
▶ Using the for statement to repeat a block of code multiple times
In addition, the approach we followed to use the turtle to draw a circle illustrates an important problem-solving pattern that you will use many times as you progress through this text. That pattern can be summarized as the following Good Programming Practice:
Read now
Unlock full access