Skip to content

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

License

Notifications You must be signed in to change notification settings

fitzy1321/py.scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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