Heroku — Intermediate Playground
PaaS for deploying Python web apps with git push (Procfile + requirements.txt)
Using Heroku effectivelyRun locally
Install
https://devcenter.heroku.com/articles/heroku-cliPython CodeRun locally
Following best practices with Heroku 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?