Note 1.11.1.
The turtles are fun because they allow us to visualize what our code is doing, but the real purpose of the turtle sections throughout this book is to teach ourselves a little more Python and to practice computational thinking. Youβll first draw simple geometric shapes with the turtles, and in a later chapter weβll summarize the concepts and syntax youβve learned, in particular, classes, instances, and method invocations. These concepts are the building blocks of object-oriented programming, a paradigm for structuring a program that is widespread in every modern programming language.