Gregory "Grisha" Trubetskoy is the original author of mod_python and a member of the Apache Software Foundation.
Born and raised in Moscow, Russia, he now lives in Vienna, Virginia, where he balances his time between developing software, watching after the kids and his latest endeavor - signing in a choir. You can learn more about him on his personal website.
You need to enable JavaScript to view more than 15 articles by this author.
Mod_python's PSP: Python Server Pages Publish Date: Feb. 26, 2004
For simple web sites, inlining code in the pages themselves is shockingly effective. For more complex sites, it can even work with good MVC design. Fear not, Pythonistas, mod_python's PSP brings the power and clarity of Python to web programming. Grisha Trubetskoy explains.
Introducing mod_python Publish Date: Oct. 2, 2003
mod_python is an Apache module that gives Python programmers full access to the Apache API. If that's not enough, it can speed up your Python web programming substantially. Grisha Trubetskoy explains just what mod_python can do for you.