Prev | Index | NextGrouping Classes With Modules
- No special syntax to remember!
- Just put your code in a normal Python file (e.g. .py extension)
- The name of the file becomes the name of the module
- The module can then be imported into your programs
An Introduction To Python