1
0
Fork 0
cursed-snakes/README.md

12 lines
403 B
Markdown
Raw Normal View History

2023-04-05 00:21:32 +00:00
# Cursed Snakes
2023-04-03 16:48:34 +00:00
2023-04-05 00:21:32 +00:00
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