Chapter 16. Programs About Programs
- IntroductionRecipe 16.1.
Verifying Whether a String Represents a Valid NumberRecipe 16.2.
Importing a Dynamically Generated ModuleRecipe 16.3.
Importing from a Module Whose Name Is Determined at RuntimeRecipe 16.4.
Associating Parameters with a Function (Currying)Recipe 16.5.
Composing FunctionsRecipe 16.6.
Colorizing Python Source Using the Built-in TokenizerRecipe 16.7.
Merging and Splitting TokensRecipe 16.8.
Checking Whether a String Has Balanced ParenthesesRecipe 16.9.
Simulating Enumerations in PythonRecipe 16.10.
Referring to a List Comprehension While Building ItRecipe 16.11.
Automating the py2exe Compilation of Scripts into Windows ExecutablesRecipe 16.12.
Binding Main Script and Modules into One Executable on Unix