Reputation: 20965
I use WAMP for my PHP and MySQL development. I want to start learning Python for use in web development. Is there a way for me to use Python within WAMP?
Upvotes: 5
Views: 4240
Reputation: 123632
Short answer: yes, use MOD_WSGI (not MOD_PYTHON).
Long answer: yes, what do you want to use it for? Server-side scripting? Code generation?
Upvotes: 4