Skip to content

Instantly share code, notes, and snippets.

Avatar
💻
Working hard

Juan Diego A. halcolo

💻
Working hard
View GitHub Profile
@halcolo
halcolo / bobp-python.md
Created July 14, 2020 18:14 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.
View bobp-python.md

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