Spyder — Intermediate Playground
Scientific Python IDE bundled with Anaconda; variable explorer, inline plots, IPython console
Using Spyder effectivelyRun locally
Install
pip install spyder # or install via AnacondaPython CodeRun locally
Following best practices with Spyder ensures a productive development workflow.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?