Skip to content

Instantly share code, notes, and snippets.

View bit-cook's full-sized avatar
😆
Life is fantastic!

BitCook bit-cook

😆
Life is fantastic!
View GitHub Profile
@bit-cook
bit-cook / pep20_by_example.py
Created August 14, 2016 20:06 — forked from evandrix/pep20_by_example.py
PEP 20 (The Zen of Python) by example
#!/usr/bin/env python
"""
=====================================
PEP 20 (The Zen of Python) by example
=====================================
Usage: %prog
:Author: Hunter Blanks, hblanks@artifex.org / hblanks@monetate.com