In this concluding article of the Python 101 series, find out howto use Python's exception-handling routines to trap and resolve programerrors, learn to generate and use custom error messages, and get acquainteda bunch of useful (and free!) Python resources online.
And that just about brings the curtain down on this series of tutorials. Ihope you've enjoyed reading these articles as much as I've enjoyed writingthem, and that you now have a better understanding of the wonder that isPython.
Should you need more information on the topics covered in this tutorial,please consider visiting the following Web sites:
As for me, I'll be back soon to talk about object-oriented programming andWeb development with Python - so keep an eye out for those articles. Untilthen, though, stay healthy...and thanks for watching!
Note: All examples in this article have been tested on Linux/i586 withPython 1.5.2. Examples are illustrative only, and are not meant for aproduction environment. YMMV!