The End

Hopefully, you should be able to program in Python now. There are some versions of this tutorial on Wikibooks: https://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python_2and https://en.wikibooks.org/wiki/Non-Programmer's_Tutorial_for_Python_3which are based on this tutorial. You probably can also now understand the The Python Tutorial by Guido van Rossum at https://docs.python.org/2/tutorial/index.html and https://docs.python.org/3/tutorial/index.html

If you need to write more complicated programs that work in both Python 2 and Python 3, the package six might be helpful: https://pythonhosted.org/six/

This tutorial has been written on and off since 1999. Thanks to everyone who has emailed me. If you have comments, feel free to add them to the talk pages on the wikibooks version or email me.

Happy programming, may it change your life and the world.