Guides and How-Tos

A collection of practical guides written by community members over the years. These cover specific tasks – packaging, exception handling, building executables, working with Tkinter – rather than teaching Python from scratch. Some pages are well-maintained; others are historical artifacts from the MoinMoin wiki era. Check dates and versions before following any advice here too literally.

General How-To Collections

  • How to… – an index of various “how to” pages covering common Python tasks

  • HowTo – another collected set of how-to guides and recipes

  • How to… – single-page quick reference for assorted Python tasks

  • HowTo – landing page for how-to articles

Getting Help

Specific Tasks

Tkinter and Tcl

Code Snippets

C/C++ Integration

  • Boost.Python – using Boost.Python to wrap C++ code for use in Python