prospectorEasy Playground

Multi-tool Python code analysis (pylint, pyflakes, mccabe, etc.)

Getting started with prospectorRun locally
Install
pip install prospector
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: prospector)

prospector is a third-party package. Multi-tool Python code analysis (pylint, pyflakes, mccabe, etc.). Install with: pip install prospector

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?