News

Python functions on Azure Functions 2.X (Public Preview) This is a collection of Python function samples on Azure Functions 2.X. For a comprehensive development and debugging experience, use the Azure ...
Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code.