Skip to content

Instantly share code, notes, and snippets.

View marodrig's full-sized avatar

Mario A. Rodriguez J. marodrig

  • USA
View GitHub Profile
@marodrig
marodrig / gist:ec6066809e736ab321b59b79de929c7d
Created February 9, 2018 18:06 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@marodrig
marodrig / bobp-python.md
Created February 8, 2018 17:06 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens