Skip to content

Instantly share code, notes, and snippets.

View RicHincapie's full-sized avatar

Ric Hincapie RicHincapie

  • @Tetrate.io
  • Milky Way
  • 03:21 (UTC +10:00)
View GitHub Profile
@RichardBronosky
RichardBronosky / pep8_cheatsheet.py
Created December 27, 2015 06:25
PEP-8 cheatsheet
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""This module's docstring summary line.
This is a multi-line docstring. Paragraphs are separated with blank lines.
Lines conform to 79-column limit.
Module and packages names should be short, lower_case_with_underscores.
Notice that this in not PEP8-cheatsheet.py