PEP 20 ~ The Zen of Python
Issues and pull requests very much accepted!
Developing
# Python 3
python -m http.server 8000 index.html
# Python 2
python -m SimpleHTTPServer 8000 index.html
Contributing
Contributions of all sorts are welcome, be they bug reports, patches, or even just feedback. Creating a new issue or pull request is probably the best way to get started.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.