Dynamically Loading Python Modules
Friday, May 30th, 2008Python is a great language. One of the projects that I am using Python for is on a game server. The Python engine is embedded into a C++ server. One of the main advantages to this is that you can change the Python code without having to re-compile the C++ code. An even bigger advantage […]