In programming, it is not enough to know the basic parts of the language. In order to construct a program, one must know how the parts work together to make a whole. This tutorial discusses some rudimentary aspects of Python syntax like input, output, classes and the use of modules. Other parts of syntax are addressed on the pages about the Python Standard Library and the blog for this site.
Other tutorials in this series: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8

