There are already a lot of resources dealing with how to setup Django with IIS, or configure IIS to support WSGI with various tools such as Helicon Zoo, isapi-wsgi, and FastCGI. FastCGI looked good among others because I wanted to go with least 3rd party stack and the Microsoft distribute the wfastcgi.py through PTVS. However, there's a still one problem. I couldn't … Continue reading Running Python Flask on a local IIS (not Azure!) with wfastcgi.py
Category: IIS
Extending Python with Visual C++ and PTVS
Last month there was a chance I gave a talk explaining how to start the PTVS(Python Tools for Visual Studio) through the MS virtual academy. The talk was live recorded and currently is being shared following URL: http://www.microsoftvirtualacademy.com/training-courses/-ptvs-python-tools-for-visual-studio-python It's Korean though. Throughout the demo, except the very basic examples I also included demos showing how to build a Python extension with … Continue reading Extending Python with Visual C++ and PTVS