1
0
Fork 0
No description
Find a file
2023-04-05 01:07:40 +00:00
.devcontainer Initial commit 2023-04-03 16:48:34 +00:00
.vscode Initial commit 2023-04-03 16:48:34 +00:00
cursed_snakes namespace_inject: fix line numbers 2023-04-05 01:07:40 +00:00
.gitignore Initial commit 2023-04-03 16:48:34 +00:00
LICENSE Initial commit 2023-04-03 16:48:34 +00:00
poetry.lock namespace injection experiments 2023-04-03 18:50:34 +02:00
pyproject.toml make this poetry compliant 2023-04-05 00:21:32 +00:00
README.md make this poetry compliant 2023-04-05 00:21:32 +00:00

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