Skip to content

Instantly share code, notes, and snippets.

View python012's full-sized avatar

Reed Xia python012

View GitHub Profile
@AnshulTiwari2019
AnshulTiwari2019 / PY0101EN-3-3-Functions.ipynb
Created August 19, 2019 09:49
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sloria
sloria / bobp-python.md
Last active November 14, 2024 15:01
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