Skip to content

Instantly share code, notes, and snippets.

View Ashnayr's full-sized avatar

Ashnayr Ashnayr

  • Australia
View GitHub Profile
@Ashnayr
Ashnayr / pep8_cheatsheet.py
Created February 5, 2018 03:38 — forked from RichardBronosky/pep8_cheatsheet.py
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