Skip to content

Instantly share code, notes, and snippets.

View oskinm's full-sized avatar

Mikhail Oskin oskinm

View GitHub Profile
@oskinm
oskinm / README-Template.md
Created January 28, 2020 10:49 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@oskinm
oskinm / pep8_cheatsheet.py
Last active October 6, 2019 09:40 — 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