Skip to content

Instantly share code, notes, and snippets.

View ecukalla's full-sized avatar

Edmond Cukalla ecukalla

View GitHub Profile
@ecukalla
ecukalla / pep20_by_example.py
Created November 24, 2019 11:33 — 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