Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AJP4
AJP4 / GenMSOfficeConstants.ipynb
Last active March 25, 2018 16:11
Generate MS Office Constants
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AJP4
AJP4 / timeline_and_diamond.ipynb
Created March 27, 2018 00:28
Timeline and Diamonad
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AJP4
AJP4 / FlattenProjectIntoPandasTable.ipynb
Created April 6, 2018 16:52
Flatten Project into Pandas Table
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AJP4
AJP4 / MSProjectToExcel.ipynb
Created April 8, 2018 19:09
MS Project to Excel
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AJP4
AJP4 / bobp-python.md
Created July 7, 2018 10:53 — 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