Python toolbox home

Next: Variables >>

The Python toolbox



Learning to code has a lot of similarities to learning other practical skills such as building things. A good way to think about things is to consider the various methods of a programming language to be your tools with which you can craft a solution i.e. a program. Just as you can't start woodworking by making a piece of bespoke furniture without first learning how to use all your tools, you can't design a good program to solve a problem without knowing how to use the tools of your programming language.

As such this tutorial has exercises to help you nail the syntax of each command and periodic challenges to allow you to apply the knowledge you have built up so far to solve a programming problem.

Next: Variables >>

© All materials created by and copyright S.Goff