What is EditorConfig? EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format
Quick reference to Python in a single script (and notebook)
Also consider using pep8 style guide: http://blog.sideci.com/2015/12/14/style-guide-of-python-and-lint-tool/ — Below is the reference guide to Python that I wish had existed when I was learning the language. Here’s what I want in a reference guide: High-quality examples that show the simplest possible