Skip to content

Instantly share code, notes, and snippets.

View mggger's full-sized avatar
akka & fp & pl

wangJm mggger

akka & fp & pl
View GitHub Profile
@mggger
mggger / bobp-python.md
Created November 9, 2017 06:46 — 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