generated from Yavook.de/vscode-python3
No description
.devcontainer | ||
.vscode | ||
cursed_snakes | ||
.gitignore | ||
LICENSE | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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