/py.scripts

Collection of python examples, scripts, side projects, and tutorials.

Primary LanguageJupyter NotebookThe UnlicenseUnlicense

Learning Python Repository

A Consolidation of all my tutorial and learning projects for python


Devtools

pip install devtools

from devtools import debug

debug({
  "some": "thing",
  "num": 42,
})