Skip to content

Instantly share code, notes, and snippets.

View vwang0's full-sized avatar
😀
Hello World!

Lao Wang vwang0

😀
Hello World!
View GitHub Profile
@vwang0
vwang0 / bobp-python.md
Created November 6, 2019 15:36 — 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