1
0
Fork 0
cursed-snakes/README.md

11 lines
403 B
Markdown

# Cursed Snakes
This repository is a collection of how not to python.
To qualify for this collection, each snippet has to be:
- Self-Contained: Single scripts are preferred, a small module is fine if needed
- Syntactically Correct: No complaints from flake8
or Pylance allowed
- Semantically Significant: The code has to do _something_
- Surprising: Something inherently "un-pythonic" has to happen