Python Bio Context Managers

Build Python context managers (__enter__/__exit__, @contextmanager, sqlite3) for safe FASTA I/O, temp cleanup, DB transactions. Use for leaked file handles, temp files surviving crashes, or with-compatible readers/writers.

pavel-kravchenko 07d656f 8.4 KB Updated

File contents

pavel-kravchenko/bioinformatics/tree/main/Skills/python-bio-context-managers commit 07d656f198

Frequently asked questions

npx skillmds@latest add pavel-kravchenko/python-bio-context-managers