python.wiki
1 %title: python 2 3 :dev:python:tools: 4 5 = things to learn = 6 - debugger: `pdb` 7 - typing: `mypy` 8 - testin: `pytest` 9 - logging: logger 10 11 creating portable dev environments using `mach-nix` 12 13 ----- 14 = Backlinks = 15 16 - [[dev|conjuring computers log]]