Creating a Python Module - Available Implementations

ntwrkd ntwrkd at gmail.com
Wed Apr 1 13:03:35 EDT 2009


I have been browsing through creating a Python module for common
custom functions that I frequently use, but I am wondering, is this
the best method, and is it necessary?
Really all I need is to import functions from another plaintext Python
source file, how might I do this?
What would merit the need to create a C-based Python module?

Thanks in advance



More information about the Python-list mailing list