A Python Scripting Engine module for AzerothCore that allows server administrators and developers to create custom gameplay features using Python 3 without modifying the core codebase. This module ...
Summary: mod_python is an Apache HTTP Server module that integrates the Python programming language with the server. It is intended to provide a Python language binding for the Apache HTTP Server.
mod_python is more than just a CGI/WSGI alternative — you can use it not only to serve Python-based applications that run faster than traditional CGI, but you can actually use exposed Apache APIs to ...