Skip to content

Instantly share code, notes, and snippets.

View saadatqadri's full-sized avatar

Saadat Qadri saadatqadri

View GitHub Profile
@saadatqadri
saadatqadri / excludePlacements.js
Last active July 19, 2019 17:33 — forked from ddaws/excludePlacements.js
AdWords Negative Match Placements Term
/**
* Removes placements ending in the tlds xyz, tk, and download.
* @author Dawson Reid
* @author Andrew Breen
*/
// Top Level Domains to exclude
var TLDs = '.com';

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