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
- Host: GitHub
- URL: https://github.com/insign/zen-of-python
- Owner: insign
- License: unlicense
- Created: 2022-08-08T00:50:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-19T03:58:36.000Z (5 months ago)
- Last Synced: 2026-02-19T08:55:19.826Z (5 months ago)
- Topics: 1kb, 1kb-club, fun, hacktoberfest, html, html-pure, zen-of-python
- Language: JavaScript
- Homepage: https://zenofpython.org
- Size: 535 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)