An open API service indexing awesome lists of open source software.

https://github.com/insign/zen-of-python

The Zen of Python in less than 1024 bytes
https://github.com/insign/zen-of-python

1kb 1kb-club fun hacktoberfest html html-pure zen-of-python

Last synced: 5 months ago
JSON representation

The Zen of Python in less than 1024 bytes

Awesome Lists containing this project

README

          

Fast links: [1kb.club](https://1kb.club/) [PEP-20](https://peps.python.org/pep-0020/) [My Blog](https://helio.me/) [Cloudflare Pages](https://pages.cloudflare.com)
# Zen of Python
The [Zen of Python](https://peps.python.org/pep-0020/) in less than 1024 bytes

> Made this specially for the [1kb.club](https://1kb.club)

## Next Challenge
- [ ] Make mobile-friendly
- [x] ~~Make even small using CF Pages redirects on links~~
- [ ] Make publishing fully automated

## Build
Install [minify](https://github.com/tdewolff/minify) globally, then run `make`

## Development
Make sure minify is instaled then run `make dev`

This project is of [public domain](https://stpeter.im/writings/essays/publicdomain.html) and is [licensed](./LICENSE) under [The Unlicense](https://unlicense.org/)