# Python Hello World Sample
This application demonstrates a simple, reusable Python web application.
## Run the app locally
1. [Install Python][]
1. cd into this project's root directory
1. Run `python server.py`
1. Access the running app in a browser at <http://localhost:8000>
[Install Python]: https://www.python.org/downloads/