1
0
Fork 0
cursed-snakes/README.md

403 B

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