fitzypop / py.scripts

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,
})

About

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

License:The Unlicense


Languages

Language:Jupyter Notebook 62.6%Language:Python 37.4%